Class: YamlExporter::Error

Inherits:
ActiveRecord::ActiveRecordError
  • Object
show all
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.

Direct Known Subclasses

DuplicateKeyError, UnknownAttributeError