UncaughtThrowable
extends Error
in package
FinalYes
Table of Contents
Methods
- throwingCallback() : self
- throwingErrorHandler() : self
- __construct() : mixed
Methods
throwingCallback()
public
static throwingCallback(Closure $closure, Throwable $previous) : self
Parameters
- $closure : Closure
- $previous : Throwable
Return values
selfthrowingErrorHandler()
public
static throwingErrorHandler(Closure $closure, Throwable $previous) : self
Parameters
- $closure : Closure
- $previous : Throwable
Return values
self__construct()
private
__construct(string $message, Closure $closure, Throwable $previous) : mixed
Parameters
- $message : string
- $closure : Closure
- $previous : Throwable