ExceptionsΒΆ

Closet has a very basic support for errors, and no proper exception handling.

Exceptions can be raised with (error):

(error 'error-type "Error message")

Catching exceptions is not implemented yet.