~adam-collard/landscape-charm/install-sources-keys

1
2
3
4
5
6
7
class CharmError(Exception):
    """
    Base class for all internal charm errors.

    Inherit for errors that need to be gracefully reported
    in actions and hooks.
    """