Custom Exceptions
class ProjectNameError(NameError):
pass
class UserNameError(NameError):
pass
class CondaEnvironmentError(RuntimeError):
pass
class BucketNotDefinedError(NameError):
pass
class ProjectNameError(NameError):
pass
class UserNameError(NameError):
pass
class CondaEnvironmentError(RuntimeError):
pass
class BucketNotDefinedError(NameError):
pass
π see an issue, edit this post on GitHub
tweet about this post and it will show up here.
I write short articles about developing a successful mindset for the tech industry once or so per week.
SubscribeSomeday I hope to announce courses/side projects there as well.
Unsubscribe at any time
.