Newer
Older
"""
Base class for exceptions thrown by Algorithms.
"""
class AlgorithmException(Exception):
"""Base class for exceptions thrown by Algorithms."""
pass
"""
Base class for exceptions thrown by Algorithms.
"""
class AlgorithmException(Exception):
"""Base class for exceptions thrown by Algorithms."""
pass