lib/magento/base.rb in magentor-0.2.11 vs lib/magento/base.rb in magentor-0.2.12

- old
+ new

@@ -50,6 +50,8 @@ end include InstanceMethods extend ClassMethods end + + class ApiError < StandardError; end end \ No newline at end of file