# Used for all execptions thrown from Validator class ValidatorError < StandardError end # Used for all execptions thrown from Transcoder class TranscoderError < StandardError end # Used for all execptions thrown from Processor class ProcessorError < StandardError end