"""Exceptions for sequencers.""" [docs] class SequencerExceptionBase(Exception): """Base class for sequencer exceptions.""" [docs] class UnconsumedData(Exception): """Raised when a sequencer unexpectedly has remaining data."""