Source code for ska_ser_skuid.errors

[docs] class InvalidSkuidError(ValueError): """Raised when trying to process a SKUID that does not conform to ADR-129."""
[docs] class EntityTypeError(InvalidSkuidError): """Raised when a SKUID is passed with an unexepcted entity type prefix."""