Skip to content

Commit

Permalink
Consolidated mock exception
Browse files Browse the repository at this point in the history
  • Loading branch information
brycecf committed Oct 6, 2024
1 parent 9b803c6 commit 0ae859b
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@
prompt = "Test"


class MockThrottlingException(Exception):
pass


class MockExceptions:
ThrottlingException = MockThrottlingException
class ThrottlingException(Exception):
pass


class AsyncMockClient:
Expand Down

0 comments on commit 0ae859b

Please sign in to comment.