Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Dormouse.Uri.Exception
Synopsis
- newtype UriException = UriException {}
Documentation
newtype UriException Source #
UriException
is used to indicate an error parsing a URI
Constructors
UriException | |
Fields |
Instances
Show UriException Source # | |
Defined in Dormouse.Uri.Exception Methods showsPrec :: Int -> UriException -> ShowS # show :: UriException -> String # showList :: [UriException] -> ShowS # | |
Exception UriException Source # | |
Defined in Dormouse.Uri.Exception Methods toException :: UriException -> SomeException # fromException :: SomeException -> Maybe UriException # displayException :: UriException -> String # |