lib/api-client/exceptions/generic.rb in api-client-2.0.0.rc1 vs lib/api-client/exceptions/generic.rb in api-client-2.0.0.rc2

- old
+ new

@@ -4,8 +4,8 @@ class ApiClient::Exceptions::Generic < StandardError # Initialize a new exception. # # @return [Generic] a new exception. def self.initialize - super("An Error Occurred!") + super('An Error Occurred!') end end \ No newline at end of file