filmov
tv
python3, demo@ubuntu~SelfStudypython3Exceptions$ CustomError py
Показать описание
How to create custom error.
MyCustomError
Traceback (most recent call last)
raise CustomError('An error occured')
NameError name 'CustomError' is not defined
gocha's learning space