Sha256: 329d6ca244cde0d41174328d385506a984921a6a5c5b7210dada75f7a2d532fc

Contents?: true

Size: 299 Bytes

Versions: 1

Compression:

Stored size: 299 Bytes

Contents

# encoding: UTF-8

module Rosette
  module Preprocessors

    # Errors that can be raised during pre-processing.
    module Errors
      # Raised if a preprocessor doesn't know how to process the object given
      # to it.
      class UnsupportedObjectError < StandardError; end
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rosette-core-1.0.1 lib/rosette/preprocessors/errors.rb