lib/api-client/exceptions/connection_refused.rb in api-client-1.2.0 vs lib/api-client/exceptions/connection_refused.rb in api-client-1.3.0

- old
+ new

@@ -1,3 +1,7 @@ +# Exception for a Connection Refused Response. class ApiClient::Exceptions::ConnectionRefused < ApiClient::Exceptions::Generic + # Initialize a new exception. + # + # @return [ConnectionRefused] a new exception. def self.initialize super("Connection Refused!") end \ No newline at end of file