Keyword safe
Keyword safe
Represents the "except" case of a try/except expression. Used in chain with the unsafe keyword.
unsafe {
# ...
} safe error { # 'error' is an identifier containing the error as a string
# code that is executed if 'unsafe' block fails
}