abstract class unauthorized_exception extends feed_exception
Methods
__construct(string $message = '', array $parameters = array(), Exception $previous = null, integer $code)
Constructor |
from runtime_exception | |
array |
get_parameters()
Return the arguments associated with the message if it's a language var. |
from runtime_exception |
Details
in runtime_exception at line 38
public
__construct(string $message = '', array $parameters = array(), Exception $previous = null, integer $code)
Constructor
in runtime_exception at line 48
public array
get_parameters()
Return the arguments associated with the message if it's a language var.