class no_feed_exception extends feed_unavailable_exception

Methods

__construct(Exception $previous = null, int $code = 0)

Constructor

array
get_parameters()

Return the arguments associated with the message if it's a language var.

Details

at line 18
__construct(Exception $previous = null, int $code = 0)

Constructor

Parameters

Exception $previous

The previous runtime_exception used for the runtime_exception chaining.

int $code

The Exception code.

in runtime_exception at line 48
array get_parameters()

Return the arguments associated with the message if it's a language var.

Return Value

array