mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
10 lines
218 B
Python
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.'''
|
|
|