https://online.codingblocks.com/app/player/209779/content/201871/8387/lecture
at 5:07 in this video, are we adding a custom exception to the base class Exception using raise? if not how did
except Exception as e:
print(e)
print the custom error given to the MyException class?