lib/blather/errors.rb in sprsquish-blather-0.2.3 vs lib/blather/errors.rb in sprsquish-blather-0.3.0
- old
+ new
@@ -7,9 +7,14 @@
self.handler_heirarchy << :error
def self.register(handler)
self.handler_heirarchy.unshift handler
end
+
+ # HACK!! until I can refactor the entire Error object model
+ def id
+ nil
+ end
end
##
# Used in cases where a stanza only allows specific values for its attributes
# and an invalid value is attempted.