Skip to content

Commit db3a2d4

Browse files
committed
✨ Add custom exception for internal logic
1 parent e48f0f7 commit db3a2d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fastapi_cli/exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
class FastAPICLIException(Exception):
2+
pass

0 commit comments

Comments
 (0)