Source code for autopypath._exceptions

"""Exceptions used by autopypath."""

[docs] class AutopypathError(Exception): """Base exception for all public autopypath errors."""