~terrycojones/txfluiddb/perms-Dec-2009

« back to all changes in this revision

Viewing changes to txfluiddb/errors.py

  • Committer: Tristan Seligmann
  • Date: 2009-08-23 21:43:35 UTC
  • mfrom: (2.1.17 object-operations)
  • Revision ID: mithrandi@mithrandi.net-20090823214335-qwh56vf07rk4fa2r
MergeĀ lp:~mithrandi/txfluiddb/object-operations

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    """
6
6
    An invalid name was used in a path.
7
7
    """
 
8
 
 
9
 
 
10
class UnsupportedEncoding(RuntimeError):
 
11
    """
 
12
    FluidDB returned a value encoded in an unsupported encoding.
 
13
    """