azula.debug¶ Utilities for debugging. Classes¶ RaiseMock Creates an object that raises an error whenever it or its attributes are called. Descriptions¶ class azula.debug.RaiseMock(*args, **kw)¶ Creates an object that raises an error whenever it or its attributes are called. Parameters: error (Exception) – The error to be raised.