Q_Exception_MissingRoute Class
Constructor
Q_Exception_MissingRoute
(
-
$route_pattern
Parameters:
-
$route_pattern
String
Item Index
Methods
$exception
(
Q_Exception
-
$exception
Construct a Q_Exception object from an Exception.
Parameters:
-
$exception
Object
Returns:
__get
(
Mixed
-
$param
Parameters:
-
$param
String
Returns:
Mixed:
__set
(
-
$param
-
$value
Parameters:
-
$param
String -
$value
Mixed
getTraceAsStringEx
()
String
Returns trace as string, can be overridden. Use this in your exception reporting. This is the default implementation.
Returns:
String:
getTraceEx
()
Array
Returns the trace array, can be overridden. Use this in your exception reporting. This is the default implementation.
Returns:
Array:
inputFields
()
Array
Returns the array of names of input fields the exception applies to.
Returns:
Array:
params
()
Array
Returns the array of parameters the exception was created with.
Returns:
Array:
rethrowDestClasses
()
Array
Returns an array of classes to rethrow to, if any.
Returns:
Array: