Skip to content

Commit

Permalink
refactor: exception handling (#2454)
Browse files Browse the repository at this point in the history
* chore: implemented global exception handler

* dev: remove something went wrong

* chore: exception handling cleanup

* chore: changed the status code

* chore: added status 500 internal server error

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
  • Loading branch information
NarayanBavisetti and pablohashescobar committed Oct 17, 2023
1 parent 46d3426 commit 0b79f86
Show file tree
Hide file tree
Showing 28 changed files with 5,761 additions and 7,784 deletions.
3 changes: 0 additions & 3 deletions apiserver/plane/api/serializers/project.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Django imports
from django.db import IntegrityError

# Third party imports
from rest_framework import serializers

Expand Down
Loading

0 comments on commit 0b79f86

Please sign in to comment.