Exception: Importu::BackendNotRegistered

Inherits:
ImportuException show all
Defined in:
lib/importu/exceptions.rb

Overview

Raised when a requested backend is not registered.

Examples:

model "Book", backend: :nonexistent  # raises BackendNotRegistered

Method Summary

Methods inherited from ImportuException

#name