"""Custom Exceptions.""" class InvalidStylePropError(TypeError): """Custom Type Error when style props have invalid values.""" pass