mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-22 13:48:43 -05:00
Remove LoggedInElsewhere error type
This error is obsolete. It was never used by most plugins and Galaxy does not handle it in any specific way.
This commit is contained in:
@@ -34,10 +34,6 @@ class NetworkError(ApplicationError):
|
||||
def __init__(self, data=None):
|
||||
super().__init__(101, "Network error", data)
|
||||
|
||||
class LoggedInElsewhere(ApplicationError):
|
||||
def __init__(self, data=None):
|
||||
super().__init__(102, "Logged in elsewhere", data)
|
||||
|
||||
class ProtocolError(ApplicationError):
|
||||
def __init__(self, data=None):
|
||||
super().__init__(103, "Protocol error", data)
|
||||
|
||||
Reference in New Issue
Block a user