| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
VabalError
Documentation
newtype VabalError Source #
Constructors
| VabalError String |
Instances
| Eq VabalError Source # | |
Defined in VabalError | |
| Show VabalError Source # | |
Defined in VabalError Methods showsPrec :: Int -> VabalError -> ShowS # show :: VabalError -> String # showList :: [VabalError] -> ShowS # | |
| Exception VabalError Source # | |
Defined in VabalError Methods toException :: VabalError -> SomeException # fromException :: SomeException -> Maybe VabalError # displayException :: VabalError -> String # | |
throwVabalErrorIO :: String -> IO a Source #
throwVabalError :: String -> a Source #