File: errors.py

package info (click to toggle)
python-unipath 0.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 252 kB
  • ctags: 237
  • sloc: python: 937; makefile: 21
file content (8 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
8
class UnsafePathError(ValueError):
    pass

class RecursionError(OSError):
    pass

class DebugWarning(UserWarning):
    pass