Class SecurityException
Exception thrown when a security error occurs.
This is a base class for security exceptions, one should rather use the
ICanBoogie\AuthenticationRequired and ICanBoogie\PermissionRequired exceptions.
- Exception
-
ICanBoogie\SecurityException
Direct known subclasses
ICanBoogie\AlreadyAuthenticated,
ICanBoogie\AuthenticationRequired,
ICanBoogie\PermissionRequired
Indirect known subclasses
Methods summary
Methods inherited from Exception
__construct(),
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()