Skip to content

Commit 661fc5c

Browse files
authored
Removed unused exception class (#233)
1 parent de73ca1 commit 661fc5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

slackclient/server.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,6 @@ def api_call(self, method, timeout=None, **kwargs):
251251
return self.api_requester.do(self.token, method, kwargs, timeout=timeout).text
252252

253253

254-
class SlackCongigurationError(Exception):
255-
pass
256-
257-
258254
class SlackConnectionError(Exception):
259255
pass
260256

0 commit comments

Comments
 (0)