class jump_to_restart_point_exception extends installer_exception

Properties

protected string $restart_point_name

Methods

__construct(string $restart_point_name)

Constructor

array
get_parameters()

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

string
get_restart_point_name()

Returns the restart point's name

Details

at line 28
__construct(string $restart_point_name)

Constructor

Parameters

string $restart_point_name

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

at line 40
string get_restart_point_name()

Returns the restart point's name

Return Value

string