You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
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.
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.