Created
June 9, 2020 11:57
-
-
Save akamanocha/039ff760821da5ee4d6681a4faba519b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# only demo purpose there no network_lib | |
from network_lib imnport network_lib, NetworkError | |
try: | |
network_lib.try_call_network_lib() | |
excpet NetworkError as e: | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment