Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype UrlException = UrlException {}
Documentation
newtype UrlException Source #
UrlException
is used to indicate an error in transforming a valid URI into a URL, e.g. the URI refers to a different schema such as file
Instances
Show UrlException Source # | |
Defined in Dormouse.Url.Exception showsPrec :: Int -> UrlException -> ShowS # show :: UrlException -> String # showList :: [UrlException] -> ShowS # | |
Exception UrlException Source # | |
Defined in Dormouse.Url.Exception |