kyo.Result$package.Result.Panic
See thePanic companion object
case class Panic(exception: Throwable) extends Error[Nothing]
Represents a panic situation in a Result.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Returns
-
The error value or exception
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product