lib/api-client/exceptions.rb in api-client-1.2.0 vs lib/api-client/exceptions.rb in api-client-1.3.0
- old
+ new
@@ -1,4 +1,5 @@
+# Namespace for the ApiClient Exceptions.
module ApiClient::Exceptions
autoload :Generic, 'api-client/exceptions/generic'
autoload :NotFound, 'api-client/exceptions/not_found'
autoload :Unauthorized, 'api-client/exceptions/unauthorized'
autoload :Forbidden, 'api-client/exceptions/forbidden'
\ No newline at end of file