This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Description
The Problem
The module base classes do not provide a way of creating exceptions. Nor are any exception implementations available, even though an appropriate interface is available.
See Dhii/module-interface#13
Suggested Solution
Add a Dhii compatible exception implementation, and a factory method, which should be available in the module base classes.