Sha256: 852867232e595eb0b0a75fb406098c73c3e6377cde5aafaf7f89601c485c1531

Contents?: true

Size: 193 Bytes

Versions: 10

Compression:

Stored size: 193 Bytes

Contents

require "language_detection/version"

module LanguageLayer

  class BatchException < Exception

    attr_accessor :error

    def initialize(error)
      self.error = error
    end

  end

end

Version data entries

10 entries across 5 versions & 1 rubygems

Version Path
languagedetection-0.3.4 out/production/language_detection/language_detection/batch/batch_exception.rb
languagedetection-0.3.4 lib/language_detection/batch/batch_exception.rb
languagedetection-0.3.3 lib/language_detection/batch/batch_exception.rb
languagedetection-0.3.3 out/production/language_detection/language_detection/batch/batch_exception.rb
languagedetection-0.3.2 out/production/language_detection/language_detection/batch/batch_exception.rb
languagedetection-0.3.2 lib/language_detection/batch/batch_exception.rb
languagedetection-0.3.1 out/production/language_detection/language_detection/batch/batch_exception.rb
languagedetection-0.3.1 lib/language_detection/batch/batch_exception.rb
languagedetection-0.3.0 lib/language_detection/batch/batch_exception.rb
languagedetection-0.3.0 out/production/language_detection/language_detection/batch/batch_exception.rb