13 Raising and handling exceptions

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.


This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.