Sha256: 68b3f5fce3a6f10f0b5ce0c96a93fce30292395307f911c30f95b2e99a8f2f79

Contents?: true

Size: 507 Bytes

Versions: 1

Compression:

Stored size: 507 Bytes

Contents

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

require 'App42_Ruby_API/App42Exception'

class App42LimitException < 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/App42LimitException.rb