File: exceptions.py

package info (click to toggle)
python-dynaconf 3.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,900 kB
  • sloc: python: 21,464; sh: 9; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python
class BoxError(Exception):0
class BoxKeyError(BoxError,KeyError,AttributeError):0
class BoxTypeError(BoxError,TypeError):0
class BoxValueError(BoxError,ValueError):0
class BoxWarning(UserWarning):0