Exception: Hybag::UndiscoverableModelName

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

Overview

Error Classes

Instance Method Summary collapse

Constructor Details

#initialize(bag) ⇒ UndiscoverableModelName

Returns a new instance of UndiscoverableModelName.



36
37
38
# File 'lib/hybag.rb', line 36

def initialize(bag)
  super("Unable to determine model from bag at #{bag.bag_dir}")
end