diff --git a/salt/exceptions.py b/salt/exceptions.py index 086e4d55c7..79a3add9d3 100644 --- a/salt/exceptions.py +++ b/salt/exceptions.py @@ -301,6 +301,7 @@ class SaltWheelError(SaltException): Problem in wheel ''' + class SaltConfigurationError(SaltException): ''' Configuration error