NoPermittedForAdmin
extends Security
in package
No permitted for admin exception class.
Tags
Table of Contents
- __construct() : mixed
- Constructor.
- getDisplayMessage() : string
- Gets the display exception message.
Methods
__construct()
Constructor.
public
__construct([string $message = '' ][, int $code = 406 ][, Exception $previous = null ]) : mixed
Parameters
- $message : string = ''
- $code : int = 406
- $previous : Exception = null
Return values
mixed —getDisplayMessage()
Gets the display exception message.
public
getDisplayMessage() : string