lib/restly/error.rb in restly-0.0.1.alpha.9 vs lib/restly/error.rb in restly-0.0.1.alpha.10

- old
+ new

@@ -13,9 +13,10 @@ InvalidClient InvalidObject InvalidConnection MissingId InvalidSpec + InvalidField AssociationError } errors.each do |error| const_set(error.to_sym, Class.new(StandardError)) \ No newline at end of file