NoPermittedToRecord
extends NoPermitted
in package
No Permitted to record exception class.
Tags
Table of Contents
- __construct() : mixed
- getDisplayMessage() : string
- Gets the display exception message.
Methods
__construct()
public
__construct([mixed $message = '' ][, mixed $code = 406 ][, Exception $previous = null ]) : mixed
Parameters
- $message : mixed = ''
- $code : mixed = 406
- $previous : Exception = null
Return values
mixed —getDisplayMessage()
Gets the display exception message.
public
getDisplayMessage() : string