Skip to content

Commit 1950955

Browse files
committed
fix: remove unusued exception class
1 parent a04d08b commit 1950955

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
21
class AssemblyError(Exception):
32
pass
43

54

6-
class FrameError(Exception):
7-
pass
8-
9-
105
class FeatureError(Exception):
116
pass

0 commit comments

Comments
 (0)