File: error.py

package info (click to toggle)
aafigure 0.5-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 332 kB
  • sloc: python: 1,697; xml: 247; makefile: 104
file content (12 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
"""\
Exception classes for the aafigure package.

(C) 2009 Chris Liechti <cliechti@gmx.net>

This is open source software under the BSD license. See LICENSE.txt for more
details.
"""

class UnsupportedFormatError(Exception):
    """Error message when an unknown format is specified"""