class runtime_exception extends RuntimeException implements exception_interface
Class runtime_exception
Define an exception which support a language var as message.
Methods
__construct(string $message = '', array $parameters = array(), Exception $previous = null, integer $code)
Constructor |
||
array |
get_parameters()
Return the arguments associated with the message if it's a language var. |
Details
at line 38
public
__construct(string $message = '', array $parameters = array(), Exception $previous = null, integer $code)
Constructor
at line 48
public array
get_parameters()
Return the arguments associated with the message if it's a language var.