mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
650 B
650 B
layout | title | category | tags | order | |||
---|---|---|---|---|---|---|---|
developer-doc | Errors | semantics |
|
4 |
Errors
Due to its hybrid nature, Enso supports two main exception systems that help users to deal with errors at runtime in the language.
Asynchronous Exceptions
The actionables for this section are:
- Specify the semantics of Enso's async exceptions.
Broken Values
The actionables for this section are:
- Specify the semantics of Enso's broken values.