Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Sos.Exception
Documentation
data SosException Source #
Constructors
SosRegexException ByteString String | |
SosCommandParseException ByteString | |
SosCommandApplyException [Either Int ByteString] [ByteString] String |
Instances
Exception SosException Source # | |
Defined in Sos.Exception Methods toException :: SosException -> SomeException # fromException :: SomeException -> Maybe SosException # displayException :: SosException -> String # | |
Show SosException Source # | |
Defined in Sos.Exception Methods showsPrec :: Int -> SosException -> ShowS # show :: SosException -> String # showList :: [SosException] -> ShowS # | |
Eq SosException Source # | |
Defined in Sos.Exception |