Unauthorized
extends Security
in package
Unauthorized action exception class.
Tags
Table of Contents
- __construct() : mixed
- {@inheritdoc}
- getDisplayMessage() : string
- Gets the display exception message.
Methods
__construct()
{@inheritdoc}
public
__construct([string $message = '' ], int $code[, Throwable $previous = null ]) : mixed
Parameters
- $message : string = ''
- $code : int
- $previous : Throwable = null
Return values
mixed —getDisplayMessage()
Gets the display exception message.
public
getDisplayMessage() : string