class filesystem_exception extends runtime_exception
Methods
__construct(string $message = '', string $filename = '', array $parameters = array(), 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 |
string |
get_filename()
Returns the filename that triggered the error |
Details
at line 27
public
__construct(string $message = '', string $filename = '', array $parameters = array(), Exception $previous = null, integer $code)
Constructor
in runtime_exception at line 48
public array
get_parameters()
Return the arguments associated with the message if it's a language var.
at line 37
public string
get_filename()
Returns the filename that triggered the error