The zaqar.common.errors module¶
-
exception
ConfigurationError¶ Bases:
exceptions.ExceptionAn invalid value was used for a Zaqar configuration option.
-
exception
InvalidAction¶ Bases:
exceptions.ExceptionRaised when attempted a non existent action.
-
exception
InvalidDriver¶ Bases:
exceptions.ExceptionA driver was not found or loaded.
-
exception
PatternNotFound¶ Bases:
exceptions.ExceptionA string did not match the expected pattern or regex.