mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
5 lines
105 B
Python
5 lines
105 B
Python
|
|
|
|
class ParseError(ValueError):
|
|
"""Error raised when parsing a path with a pattern fails"""
|
|
pass
|