File: exception.py

package info (click to toggle)
python-py-zipkin 1.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 1,556; makefile: 3
file content (2 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
class ZipkinError(Exception):
    """Custom error to be raised on Zipkin exceptions."""