Exceptions handling is a technique to handle exceptional conditions in the execution of a script; errors are a special case of exceptional conditions. It is useful whenever similar exceptional conditions may happen in different portions of a script and similar handling procedures are desirable.
• exceptions conventions: | Conventions. | |
• exceptions howto: | How to organise code to use MBFL exceptions. | |
• exceptions raise: | How to raise exceptional-condition objects. | |
• exceptions handlers: | How to write and set exception-handlers. |
This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.