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