Skip to content

Commit 64ea98d

Browse files
committed
Add UnauthorizedAccessError
1 parent ab5c45e commit 64ea98d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

aishell/exceptions/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .unauthorized_access_error import UnauthorizedAccessError as UnauthorizedAccessError
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
class UnauthorizedAccessError(Exception):
2+
pass

0 commit comments

Comments
 (0)