phpBB API Documentation
Class

phpbb\feed\exception\no_forum_exception

class no_forum_exception extends feed_unavailable_exception

Methods

__construct($forum_id, Exception $previous = null, integer $code)

Constructor

array get_parameters()

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

from runtime_exception

Details

at line 18
public __construct($forum_id, Exception $previous = null, integer $code)

Constructor

Parameters

$forum_id
Exception $previous The previous runtimeexception used for the runtimeexception chaining.
integer $code The Exception code.

in runtime_exception at line 48
public array get_parameters()

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

Return Value

array