class unauthorized_forum_exception extends unauthorized_exception

Methods

__construct($forum_id, 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($forum_id, Exception $previous = null, int $code = 0)

Constructor

Parameters

$forum_id
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