File: error.py

package info (click to toggle)
python-ihm 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,368 kB
  • sloc: python: 30,422; ansic: 5,990; sh: 24; makefile: 20
file content (6 lines) | stat: -rw-r--r-- 74 bytes parent folder | download
1
2
3
4
5
6
class URLError(Exception):
    pass


class HTTPError(URLError):
    pass