__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