lib/api_client/exceptions/generic.rb in api-client-0.1.0 vs lib/api_client/exceptions/generic.rb in api-client-0.2.0
- old
+ new
@@ -1,5 +1,5 @@
class ApiClient::Exceptions::Generic < StandardError
- def initialize
+ def self.initialize
super("An Error Occurred!")
end
end
\ No newline at end of file