Sha256: e8277bafe28f7ce84140b59f8add23227e94b4c7aece24ee899a2299246c19f4

Contents?: true

Size: 510 Bytes

Versions: 1

Compression:

Stored size: 510 Bytes

Contents

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

require 'App42_Ruby_API/App42Exception'

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_API-0.8.4 lib/App42_Ruby_API/App42NotFoundException.rb