Source code for omxware.exceptions.Error

[docs]class Error(Exception): """Base class for exceptions in this module.""" pass