class Adp::Connection::ConnectionException

Public Class Methods

new( message ) click to toggle source

@return [Object]

Calls superclass method
# File lib/adp/connection_exception.rb, line 7
def initialize( message )
  super
end