Move kraken.exceptions.exceptions.KrakenExceptions
to kraken.exceptions.KrakenException
#66
Labels
Breaking
Breaking changes
Could
Something that could be cool bit is not really important
enhancement
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
As it has been before with the clients, the class
KrakenExceptions
can be moved into a__init__.py
, which makes it easier to import.Before (bad):
After (good):
Additional context
Even though the KrakenExceptions class are a collection of Kraken-specific errors, it would be good to stick to the singular standard.
The text was updated successfully, but these errors were encountered: