| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Currycarbon.Utils
Documentation
data CurrycarbonException Source #
Different exceptions for currycarbon
Constructors
| CurrycarbonCLIParsingException String | An exception to describe an issue in the currycarbon CLI input parsing |
| CurrycarbonCalibrationRangeException String | An exection to describe the case that a date is not in the range of the supplied calibration curve |
Instances
| Show CurrycarbonException Source # | |
Defined in Currycarbon.Utils Methods showsPrec :: Int -> CurrycarbonException -> ShowS # show :: CurrycarbonException -> String # showList :: [CurrycarbonException] -> ShowS # | |
| Exception CurrycarbonException Source # | |
Defined in Currycarbon.Utils Methods toException :: CurrycarbonException -> SomeException # fromException :: SomeException -> Maybe CurrycarbonException # | |