Sha256: 609934b765f650ad616dd24224a3537db40d823493739c8c18a214f0c885cdd3

Contents?: true

Size: 319 Bytes

Versions: 3

Compression:

Stored size: 319 Bytes

Contents

module Restfulie::Common::Error
  class RestfulieError < StandardError; end
  class MarshallingError < RestfulieError; end
  class UndefinedMarshallingError < MarshallingError; end
  
  # Atom marshallinh error
  class AtomMarshallingError < MarshallingError; end
  class NameSpaceError < AtomMarshallingError; end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
restfulie-0.7.2 lib/restfulie/common/errors.rb
restfulie-0.7.1 lib/restfulie/common/errors.rb
restfulie-0.7.0 lib/restfulie/common/errors.rb