Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The fatal error type
Synopsis
- newtype BootError = BootError {
- unBootError :: Text
Documentation
This type represents the singular fatal error used by Ribosome.
Contrary to all other errors, this one is used with Error
instead of Stop
.
It is only thrown from intialization code of interpreters when operation of the plugin is impossible due to the error
condition.