Sha256: b5630fe7b41dd8defc8648ffee88d276931fa90dcc127fb86778586469f850e7

Contents?: true

Size: 521 Bytes

Versions: 13

Compression:

Stored size: 521 Bytes

Contents

module Restfulie
  module Common
    module Error
      class RestfulieError < StandardError; end
      class MarshallingError < RestfulieError; end
      class UndefinedMarshallingError < MarshallingError; end
      
      # Atom marshallinh error
      class AtomMarshallingError < MarshallingError; end
      class NameSpaceError < AtomMarshallingError; end
    
      # Converter
      class ConverterError < RestfulieError; end
      
      # builder
      class BuilderError < RestfulieError; end
    end
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 lib/restfulie/common/error.rb
restfulie-1.1.1 lib/restfulie/common/error.rb
restfulie-1.1.0 lib/restfulie/common/error.rb
restfulie-nosqlite-1.0.3 lib/restfulie/common/error.rb
restfulie-1.0.3 lib/restfulie/common/error.rb
restfulie-1.0.0 lib/restfulie/common/error.rb
restfulie-1.0.0.beta5 lib/restfulie/common/error.rb
restfulie-1.0.0.beta4 lib/restfulie/common/error.rb
restfulie-1.0.0.beta1 lib/restfulie/common/error.rb
restfulie-0.1.0.beta1 lib/restfulie/common/error.rb
restfulie-0.9.3 lib/restfulie/common/error.rb
restfulie-0.9.1 lib/restfulie/common/error.rb
restfulie-0.8.1 lib/restfulie/common/error.rb