lib/active_remote/errors.rb in active_remote-1.8.1 vs lib/active_remote/errors.rb in active_remote-2.0.0.rc1
- old
+ new
@@ -1,10 +1,7 @@
# TODO: Create more specific errors
#
module ActiveRemote
-
- # = Active Remote Errors
- #
# Generic Active Remote exception class.
class ActiveRemoteError < StandardError
end
# Raised by ActiveRemove::Base.save when the remote record is readonly.