Skip to content

Commit a4d00b7

Browse files
committed
Expose UnknownError class
1 parent 32110e8 commit a4d00b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyrogram/api/errors/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

1919
from .exceptions import *
20+
from .error import UnknownError

0 commit comments

Comments
 (0)