Class: YamlExporter::Error
- Inherits:
-
ActiveRecord::ActiveRecordError
- Object
- ActiveRecord::ActiveRecordError
- YamlExporter::Error
- Defined in:
- lib/yaml_exporter.rb
Overview
Base class for every library-specific error. Inherits from
ActiveRecord::ActiveRecordError so existing rescue ActiveRecord::ActiveRecordError
blocks (and the import transaction wrapper) catch it naturally.