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 implements Throwable
- ┗ ICanBoogie\SecurityException
Direct known subclasses
ICanBoogie\AlreadyAuthenticated
,
ICanBoogie\AuthenticationRequired
,
ICanBoogie\PermissionRequired
Methods summary
Methods inherited from Exception
__construct()
,
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message