Skip to content

Commit 2e7533e

Browse files
author
Shammamah Hossain
committed
Add ResourceException.
1 parent 1a9a9bf commit 2e7533e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dash/exceptions.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,14 @@ class InvalidConfig(DashException):
6565
class InvalidResourceError(DashException):
6666
pass
6767

68+
6869
class InvalidIndexException(DashException):
6970
pass
7071

72+
7173
class DependencyException(DashException):
7274
pass
75+
76+
77+
class ResourceException(DashException):
78+
pass

0 commit comments

Comments
 (0)