vaibhavsingh97 / random-word

This is a simple python package to generate random english words
https://pypi.org/project/random-word/
MIT License
123 stars 25 forks source link

Raise errors better with base exception class #15

Closed theblueskies closed 5 years ago

theblueskies commented 5 years ago

Python 3.6.7 requires exceptions to be derived from the base Exception class