Skip to content

Commit 77684ed

Browse files
committed
定义基础异常
1 parent b7627a0 commit 77684ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sfnttools/error.py

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

0 commit comments

Comments
 (0)