Safe Haskell | None |
---|---|
Language | Haskell98 |
- data MagickWandException = MagickWandException ExceptionSeverity ExceptionType String
- class ExceptionCarrier a where
- getException :: a -> IO MagickWandException
- data ExceptionSeverity
- data ExceptionType
Documentation
support for ImageMagick Exceptions
class ExceptionCarrier a where Source
getException :: a -> IO MagickWandException Source