File: exceptions.py

package info (click to toggle)
kdevelop-python 22.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,584 kB
  • sloc: python: 183,048; cpp: 18,546; xml: 146; sh: 14; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
""":synopsis: Standard exception classes.


Exceptions should be class objects.   The exceptions are defined in the module
:mod:`exceptions`.  This module never needs to be imported explicitly: the
exceptions are provided in the built-in namespace as well as the
:mod:`exceptions` module.

"""