We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9b3ff commit 2b1790eCopy full SHA for 2b1790e
src/compas/artists/exceptions.py
@@ -6,6 +6,7 @@
6
class DataArtistNotRegistered(Exception):
7
"""Exception that is raised when no artist is registered for a given data type."""
8
9
+
10
class NoArtistContextError(Exception):
11
"""Exception that is raised when no artist context is assigned is registered for a given data type."""
12
def __init__(self):
0 commit comments