Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
ServantSerf.Exception.InvalidDepth
Documentation
newtype InvalidDepth Source #
Constructors
InvalidDepth String |
Instances
Exception InvalidDepth Source # | |
Defined in ServantSerf.Exception.InvalidDepth Methods toException :: InvalidDepth -> SomeException # fromException :: SomeException -> Maybe InvalidDepth # displayException :: InvalidDepth -> String # | |
Show InvalidDepth Source # | |
Defined in ServantSerf.Exception.InvalidDepth Methods showsPrec :: Int -> InvalidDepth -> ShowS # show :: InvalidDepth -> String # showList :: [InvalidDepth] -> ShowS # | |
Eq InvalidDepth Source # | |
Defined in ServantSerf.Exception.InvalidDepth |