Skip to content
Snippets Groups Projects
AlgorithmException.py 162 B
Newer Older
  • Learn to ignore specific revisions
  • """
    Base class for exceptions thrown by Algorithms.
    """
    
    
    class AlgorithmException(Exception):
        """Base class for exceptions thrown by Algorithms."""
        pass