Skip to content

Commit

Permalink
Remove unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
mildaniel committed Aug 21, 2024
1 parent f4c0e0d commit 327f67f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions samcli/local/apigw/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,3 @@ class AuthorizerUnauthorizedRequest(UserException):
"""
An exception raised when the request is not authorized by the authorizer
"""


class InvocationFailureException(UserException):
"""
An exception raised when an invocation fails
"""

0 comments on commit 327f67f

Please sign in to comment.