class AuthenticationException extends RuntimeException implements Serializable
AuthenticationException is the base class for all authentication exceptions.
Methods
| __construct($message, $extraInformation = null, $code, Exception $previous = null) | ||
| getExtraInformation() | ||
| setExtraInformation($extraInformation) | ||
| serialize() | ||
| unserialize($str) |