managed_with_error_exception
class managed_with_error_exception extends runtime_exception
Packaged managed with success but errored at some point
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.