Exception
class Exception extends Exception
Custom exception class
Methods
__construct(int $code, string $message, array ...$params)
Create a new instance
static
wrap(callable $target, int $code, string $message, array ...$params)
Wrap some code and catch errors with a custom exception
Details
at line 26
__construct(int $code, string $message, array ...$params)
Create a new instance
at line 54
static
wrap(callable $target, int $code, string $message, array ...$params)
Wrap some code and catch errors with a custom exception