Exception: Importu::ImportuException
- Inherits:
-
StandardError
- Object
- StandardError
- Importu::ImportuException
- Defined in:
- lib/importu/exceptions.rb
Overview
Base class for all Importu exceptions.
Direct Known Subclasses
BackendMatchError, BackendNotRegistered, InvalidDefinition, InvalidInput, InvalidRecord, UnassignableFields
Instance Method Summary collapse
-
#name ⇒ String
Returns the exception class name without module prefix.
Instance Method Details
#name ⇒ String
Returns the exception class name without module prefix.
10 11 12 |
# File 'lib/importu/exceptions.rb', line 10 def name self.class.name[/[^:]+$/] end |