Sha256: cf485a66b49672b73e1626be3ad9d09b1bc067dcfc9af76e37f7229e6f9071ee

Contents?: true

Size: 343 Bytes

Versions: 21

Compression:

Stored size: 343 Bytes

Contents

module Gecko
  module Record
    # Generic Gecko::Record exception class.
    class BaseError < StandardError
    end

    # Raise when a record can not be found via API
    class RecordNotFound < BaseError
    end

    # Raised when a record can not be found in the Identity Map
    class RecordNotInIdentityMap < BaseError
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
gecko-ruby-0.9.1 lib/gecko/record/exceptions.rb
gecko-ruby-0.9.0 lib/gecko/record/exceptions.rb
gecko-ruby-0.8.0 lib/gecko/record/exceptions.rb
gecko-ruby-0.2.6 lib/gecko/record/exceptions.rb
gecko-ruby-0.7.1 lib/gecko/record/exceptions.rb
gecko-ruby-0.7.0 lib/gecko/record/exceptions.rb
gecko-ruby-0.6.0 lib/gecko/record/exceptions.rb
gecko-ruby-0.5.0 lib/gecko/record/exceptions.rb
gecko-ruby-0.2.5 lib/gecko/record/exceptions.rb
gecko-ruby-0.2.4 lib/gecko/record/exceptions.rb
gecko-ruby-0.2.3 lib/gecko/record/exceptions.rb
gecko-ruby-0.2.2 lib/gecko/record/exceptions.rb
gecko-ruby-0.2.0 lib/gecko/record/exceptions.rb
gecko-ruby-0.1.0 lib/gecko/record/exceptions.rb
gecko-ruby-0.0.10 lib/gecko/record/exceptions.rb
gecko-ruby-0.0.9 lib/gecko/record/exceptions.rb
gecko-ruby-0.0.8 lib/gecko/record/exceptions.rb
gecko-ruby-0.0.7 lib/gecko/record/exceptions.rb
gecko-ruby-0.0.6 lib/gecko/record/exceptions.rb
gecko-ruby-0.0.5 lib/gecko/record/exceptions.rb