Sha256: 9a2a21d06da5347e217e0381b1fbb9a59b260122b28411ed231db76bd5437bb4
Contents?: true
Size: 495 Bytes
Versions: 1
Compression:
Stored size: 495 Bytes
Contents
# # ----------------------------------------------------------------------- # Copyright © 2012 ShepHertz Technologies Pvt Ltd. All rights reserved. # ----------------------------------------------------------------------- require 'App42Exception.rb' 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_SDK-0.8.3 | lib/App42LimitException.rb |