added feature mapping
This commit is contained in:
@@ -8,3 +8,7 @@ class UnknownApiErrorCode(Exception):
|
||||
|
||||
class ApiConnectionError(Exception):
|
||||
"""exception raised if an established connection is needed, but the current session is not connected"""
|
||||
|
||||
|
||||
class FeaturesMissingError(Exception):
|
||||
"""exception raised if needed features are missing"""
|
||||
|
||||
Reference in New Issue
Block a user