Generated: Wed 2013-03-13 10:33 CET
Source file: /media/Envs/Envs/filer-gallery/lib/python2.7/site-packages/mptt/exceptions.py
Stats: 0 executed, 2 missed, 0 excluded, 10 ignored
"""
MPTT exceptions.
"""
class InvalidMove(Exception):
"""
An invalid node move was attempted.
For example, attempting to make a node a child of itself.
"""
pass