user_interaction_required_exception
class user_interaction_required_exception extends installer_exception
This exception should be thrown when user interaction is inevitable
Note: Please note that the output should already be setup for the user when you use throw this exception
Methods
__construct(string $message = "", array $parameters = array(), Exception $previous = null, int $code = 0)
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
__construct(string $message = "", array $parameters = array(), Exception $previous = null, int $code = 0)
Constructor
in
runtime_exception at line 48
array
get_parameters()
Return the arguments associated with the message if it's a language var.