ayon-core/pype/vendor/clique/error.py
2018-10-11 15:20:01 +02:00

10 lines
218 B
Python

# :coding: utf-8
# :copyright: Copyright (c) 2013 Martin Pengelly-Phillips
# :license: See LICENSE.txt.
'''Custom error classes.'''
class CollectionError(Exception):
'''Raise when a collection error occurs.'''