gh-pages / com.nextfaze.devfun / DebugException
DebugException
class DebugException :
Throwable
(source)
This will not be caught by the standard DevFun error handler.
i.e. Under most conditions, if this is thrown it will crash your app.
Constructors
Name | Summary |
---|---|
<init> | DebugException(message: String = "Debug") This will not be caught by the standard DevFun error handler. |