Closed enebo closed 12 years ago
In general, most of these symbol -> real_obj methods in Purugin basically end up bombing with a NoMethodError on nil. Do a pass and return nicer Error when the event, etc.. do no match.
It now raises an ArgumentError when it bombs out and includes the invalid name of the event.
In general, most of these symbol -> real_obj methods in Purugin basically end up bombing with a NoMethodError on nil. Do a pass and return nicer Error when the event, etc.. do no match.