# ThrowableHandlerInterface
Chevere\Interfaces\ThrowableHandler\ThrowableHandlerInterface
# Description
Describes the component in charge of handling throwables.
# Methods
# __construct()
# Parameters
- ThrowableReadInterface
$throwableRead
THROWS
# withIsDebug()
Return an instance with the specified $debug
flag.
# Parameters
- bool
$isDebug
RETURN
self
This method MUST retain the state of the current instance, and return
an instance that contains the specified $debug
flag.
# isDebug()
Indicates whether the instance has debug=true
.
RETURN
bool
# dateTimeUtc()
Provides access to the date time UTC.
RETURN
# throwableRead()
Provides access to the $throwableRead
instance.
RETURN
# id()
Provides access to the handler unique id.
RETURN
string