ParamNotConvertedException
class ParamNotConvertedException extends Exception (View source)
Provides an exception class for a request parameter that was not converted.
Properties
| protected string | $routeName | The route name that was not converted. |
|
| protected array | $rawParameters | The raw parameters that were not converted. |
Methods
__construct(string $message = "", int $code = 0, Exception $previous = NULL, string $route_name = "", array $raw_parameters = [])
Constructs the ParamNotConvertedException.
string
getRouteName()
Get the route name that was not converted.
array
getRawParameters()
Get the raw parameters that were not converted.
Details
__construct(string $message = "", int $code = 0, Exception $previous = NULL, string $route_name = "", array $raw_parameters = [])
Constructs the ParamNotConvertedException.
string
getRouteName()
Get the route name that was not converted.
array
getRawParameters()
Get the raw parameters that were not converted.