| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Witch.TryCastException
Synopsis
- data TryCastException source target = TryCastException source (Maybe SomeException)
Documentation
data TryCastException source target Source #
This exception is thrown when a TryCast conversion fails. It has the
original source value that caused the failure and it knows the target
type it was trying to convert into.
Constructors
| TryCastException source (Maybe SomeException) |