managed_with_clean_error_exception
class managed_with_clean_error_exception extends managed_with_error_exception
Packaged managed with success but error occurred when cleaning the filesystem
Methods
__construct(string $prefix, string $message = '', array $parameters = [], Exception $previous = null, int $code = 0)
Constructor
array
get_parameters()
Return the arguments associated with the message if it's a language var.
from
runtime_exception
Details
at line 30
__construct(string $prefix, string $message = '', array $parameters = [], 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.