Emarref\Jwt\Exception\InvalidSubjectException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $message = 'Subject is invalid.', $code, Exception $previous = null )
$previous Exception
    public function __construct($message = 'Subject is invalid.', $code = 0, \Exception $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
InvalidSubjectException