The Framework Code

class/framework/utility/jwt/BeforeValidException.php

File List

<?php
/**
 * An exception used by the JWT Class
 */
namespace Framework\Utility\JWT;
/**
 * The BeforeValidException class
 */
class BeforeValidException extends \UnexpectedValueException
{
}