Sha256: 25be2e56d3cb6fc24a9715a48675cb0016f9c23aca41a9d9bee8140768b3a5e3

Contents?: true

Size: 300 Bytes

Versions: 5

Compression:

Stored size: 300 Bytes

Contents

module Mongomatic
  module Exceptions
    class Base < Exception; end
    
    class DocumentNotNew     < Base; end
    class DocumentIsNew      < Base; end
    class DocumentWasRemoved < Base; end
    class DocumentNotValid   < Base; end
    
    class CannotGetTransactionLock < Base; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mongomatic-0.9.0.pre lib/mongomatic/exceptions.rb
mongomatic-0.8.2 lib/mongomatic/exceptions.rb
mongomatic-0.8.1.1 lib/mongomatic/exceptions.rb
mongomatic-0.7.3 lib/mongomatic/exceptions.rb
mongomatic-0.7.2 lib/mongomatic/exceptions.rb