Closed skippy closed 11 years ago
This impacts code within the ActiveRecord namespace, as the exception object now becomes ActiveRecord::Exception and not ::Exception Any lines such as rescue Exception within an ActiveRecord model will no longer catch ::Exception errors.
ActiveRecord::Exception
::Exception
rescue Exception
closes softace/activerecord-tableless#10
Thanks a lot...
This impacts code within the ActiveRecord namespace, as the exception object now becomes
ActiveRecord::Exception
and not::Exception
Any lines such asrescue Exception
within an ActiveRecord model will no longer catch::Exception
errors.closes softace/activerecord-tableless#10