Arrow
1.1.5
common
arrow-core
/
arrow.core.continuations
/
ShiftLeakedException
Shift
Leaked
Exception
class
ShiftLeakedException
:
IllegalStateException
(
source
)
Constructors
Properties
Extensions
Constructors
Shift
Leaked
Exception
Link copied to clipboard
fun
ShiftLeakedException
(
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Extensions
non
Fatal
Or
Throw
Link copied to clipboard
fun
Throwable
.
nonFatalOrThrow
(
)
:
Throwable
Returns the Throwable if NonFatal and throws it otherwise.