Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hydra.Util.Debug
Documentation
newtype DebugException Source #
Constructors
DebugException String |
Instances
Exception DebugException Source # | |
Defined in Hydra.Util.Debug Methods toException :: DebugException -> SomeException # | |
Show DebugException Source # | |
Defined in Hydra.Util.Debug Methods showsPrec :: Int -> DebugException -> ShowS # show :: DebugException -> String # showList :: [DebugException] -> ShowS # |
throwDebugException :: String -> c Source #