Exception: SimpleCataloger::SimpleCatalogerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dircat/cat_on_sqlite/simple_cataloger_error.rb,
lib/simple_cataloger_dm/core/simple_cataloger_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ SimpleCatalogerError

Returns a new instance of SimpleCatalogerError.



5
6
7
# File 'lib/dircat/cat_on_sqlite/simple_cataloger_error.rb', line 5

def initialize(msg)
  super
end