Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Exception classes to RLL (Cog-Creators#115)
* Add RLL Specific errors and use them where appropriate * update exception name to remove "exception" and keep naming consistent with others * Add a Trace Logger class and use is across RLL to reduce log spam. (Cog-Creators#119) * Add a Trace Logger class and use is across RLL to reduce log spam. * formatting * Tweaks * fix wrong typehint * change from debug to verbose * update logs to not dump handled traceback on console * add some logging around `lavalink.close()` * add missing callback to tasks * reorder for better logging * Add RLL Specific errors and use them where appropriate * conflict resolution + cleanup
- Loading branch information