lib/xmorph/error.rb in xmorph-0.1.14 vs lib/xmorph/error.rb in xmorph-0.1.16

- old
+ new

@@ -1,3 +1,11 @@ - # Used for all execptions thrown from Transcoder - class TranscoderError < StandardError - end +# 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 \ No newline at end of file