Sha256: c2299a38a4baba33ce36cceaa505f5e3dae5f12b8558708de744fafaa542c5fa

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 App42SecurityException < 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/App42SecurityException.rb