Sha256: 088148278a51233c6548b434600806d20e5ae283f5d38cb313aa3e79d249efce

Contents?: true

Size: 498 Bytes

Versions: 1

Compression:

Stored size: 498 Bytes

Contents

#
# -----------------------------------------------------------------------
#  Copyright © 2012 ShepHertz Technologies Pvt Ltd. All rights reserved.
# -----------------------------------------------------------------------

require 'App42Exception.rb'

class App42NotFoundException < App42Exception

  attr_accessor :http_error_code, :app_error_code, :detailMessage
  def initialize(detailMessage, http_error_code, app_error_code)
    super(detailMessage,http_error_code,app_error_code)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
App42_RUBY_SDK-0.8.3 lib/App42NotFoundException.rb