File: exceptions.py

package info (click to toggle)
python-ratelimitqueue 0.2.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: python: 463; makefile: 15
file content (2 lines) | stat: -rw-r--r-- 46 bytes parent folder | download
1
2
class RateLimitException(Exception):
    pass