Skip to content

Commit

Permalink
fix missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jul 23, 2023
1 parent b5bdafc commit de9bdea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyeudiw/satosa/exceptions.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
class BadRequestError(Exception):
"""
Bad Request error.
This exception should be raised when we want to return an HTTP 400 Bad Request
"""
pass


class NoBoundEndpointError(Exception):
"""
Raised when a given url path is not bound to any endpoint function
"""
pass

0 comments on commit de9bdea

Please sign in to comment.