Sha256: e6d2123b48cdf6bbce4b4135a90ff2a5c8c1868e5f32d9027641d62329251f5a

Contents?: true

Size: 174 Bytes

Versions: 16

Compression:

Stored size: 174 Bytes

Contents

module Sentimeta
  module Error
    class RecordNotFound < StandardError

      def initialize msg = "Record not found on API"
        super msg
      end

    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
sentimeta-0.1.22 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.21 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.20 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.10 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.9 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.8 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.7 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.6 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.5 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.4 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.3 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.2 lib/sentimeta/error/record_not_found.rb
sentimeta-0.1.0 lib/sentimeta/error/record_not_found.rb
sentimeta-0.0.8 lib/sentimeta/error/record_not_found.rb
sentimeta-0.0.7 lib/sentimeta/error/record_not_found.rb
sentimeta-0.0.6 lib/sentimeta/error/record_not_found.rb