Exception: Importu::ImportuException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/importu/exceptions.rb

Overview

Base class for all Importu exceptions.

Instance Method Summary collapse

Instance Method Details

#nameString

Returns the exception class name without module prefix.

Returns:

  • (String)

    the short class name



10
11
12
# File 'lib/importu/exceptions.rb', line 10

def name
  self.class.name[/[^:]+$/]
end