1
0

exceptions.py 143 B

1234567
  1. """Custom Exceptions."""
  2. class InvalidStylePropError(TypeError):
  3. """Custom Type Error when style props have invalid values."""
  4. pass