diff --git a/vanth/errors.py b/vanth/errors.py deleted file mode 100644 index e4b2ed2..0000000 --- a/vanth/errors.py +++ /dev/null @@ -1,5 +0,0 @@ -import sepiida.errors - -AuthenticationException = sepiida.errors.api_error(status_code=403, error_code='authentication-exception') -InvalidCredentials = sepiida.errors.api_error(status_code=401, error_code='invalid-credentials') -ResourceDoesNotExist = sepiida.errors.api_error(status_code=404, error_code='resource-does-not-exist')