PyZipline/pyzipline/errors.py
2023-12-19 02:16:31 -05:00

5 lines
126 B
Python

class KwargConflict(Exception):
"""
Raised when the keyword arguments passed to a function conflict.
"""
pass