Source code for whmcspy.exceptions

[docs]class Error(Exception): """ An unspecified error. """
[docs]class MissingPermission(Error): """ Missing permission when calling the API. """