Skip to content
Snippets Groups Projects
Commit a0999569 authored by Hal Simpson's avatar Hal Simpson
Browse files

Added exception class for Algorithms

parent cdddfa0b
No related branches found
No related tags found
No related merge requests found
"""
Base class for exceptions thrown by Algorithms.
"""
class AlgorithmException(Exception):
"""Base class for exceptions thrown by Algorithms."""
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment