Class ModuleIsDisabled
Exception thrown when a disabled module is requested.
- Exception implements Throwable
- RuntimeException
- ICanBoogie\Module\ModuleIsDisabled uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
|
|
public
|
#
__construct( $module_id, $code = ICanBoogie\Module\Status::INTERNAL_SERVER_ERROR, Exception $previous = null )
|
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message
Magic properties
public read-only
string
|
$module_id
The identifier of the disabled module. |