lib/api-client/exceptions/not_configured.rb in api-client-2.0.0.rc1 vs lib/api-client/exceptions/not_configured.rb in api-client-2.0.0.rc2
- old
+ new
@@ -2,8 +2,8 @@
class ApiClient::Exceptions::NotConfigured < StandardError
# Initialize a new exception.
#
# @return [NotConfigured] a new exception.
def self.initialize
- super("The api path is not properly configured!")
+ super('The api path is not properly configured!')
end
-end
+end
\ No newline at end of file