| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Control.Exception.Throwable
- data IOException'
- = IOException' { }
- | FileNotFoundException { }
Documentation
data IOException' Source #
Simular to Control.Exception.IOException
Constructors
| IOException' | |
Fields | |
| FileNotFoundException | |
Fields | |
Instances