Expose UnknownError class

This commit is contained in:
Dan 2017-12-17 13:50:12 +01:00
parent 32110e8578
commit a4d00b7376

View File

@ -17,3 +17,4 @@
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
from .exceptions import *
from .error import UnknownError