mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
wip
This commit is contained in:
@@ -148,6 +148,10 @@ class InvalidOperationError(BaseBumbleError, RuntimeError):
|
||||
"""Invalid Operation Error"""
|
||||
|
||||
|
||||
class NotSupportedError(BaseBumbleError, RuntimeError):
|
||||
"""Not Supported"""
|
||||
|
||||
|
||||
class OutOfResourcesError(BaseBumbleError, RuntimeError):
|
||||
"""Out of Resources Error"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user