The UncaughtErrorException wraps uncaught, generic errors.
val ex: UncaughtErrorException[String] =
UncaughtErrorException("Error!")
- Companion:
- object
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any