\nre\exceptionsActionNotFoundException

Exception: Action not found.

Summary

Methods
Properties
Constants
__construct()
getAction()
No public properties found
CODE
MESSAGE
No protected methods found
No protected properties found
N/A
concat()
$action
N/A

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$action

$action : string

Name of the action that was not found

Type

string

Methods

__construct()

__construct(string  $action) 

Construct a new exception.

Parameters

string $action

Name of the action that was not found

getAction()

getAction() : string

Get the name of the action that was not found.

Returns

string —

Name of the action that was not found

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert