The-OAG-Development-Project / Application-Gateway

OWASP Application Gateway is an HTTP proxy that handles Oauth2 authentication and session management
https://owasp.org/www-project-application-gateway/
Apache License 2.0
83 stars 4 forks source link

85 Moved from RuntimeException to OAG Exceptions #86

Closed Padi-owasp closed 3 years ago

Padi-owasp commented 3 years ago

I've just changed all usages of RuntimeException to an OAG Exception. I think most - if not all - were changed to COnfigurationException that is a chield of SystemException. Please merge when OK for you.