Class LogRuntimeException
An Exception that that indicates a problem outside the control of the client using the software package/library,
such as a bug in the client API implementation. This RuntimeException indicates a problem that is not recoverable
within the package,
-
Exception
implements
Throwable
-
Jlab\Eloglib\LogRuntimeException
Methods inherited from Exception
__construct(),
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|