MAValidationError

Keith Hodges keith_hodges at yahoo.co.uk
Wed Nov 14 19:19:47 MET 2007


I came accross a situation in which an MAValidationError was raised
having a tag = nil.
Exception returns messageText from #tag in this case which being a
string does not respond to #label.

MAValidationError-#label
    ^ self tag label ifNil: [ self tag asString ]


Keith


More information about the smallwiki mailing list