Sha256: c65b1142108c176a5478d2c1d48efc9a5b30a54aba54d5f4919235e69e5819c0

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 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

  # Converter
  class ConverterError < RestfulieError; end
  
  # builder
  class BuilderError < RestfulieError; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
restfulie-0.8.0 lib/restfulie/common/errors.rb