Exception: Nanoc::Core::BasicItemRepCollectionView::NoSuchItemRepError

Inherits:
Error
  • Object
show all
Defined in:
lib/nanoc/core/basic_item_rep_collection_view.rb

Instance Method Summary collapse

Constructor Details

#initialize(rep_name) ⇒ NoSuchItemRepError

Returns a new instance of NoSuchItemRepError.



9
10
11
# File 'lib/nanoc/core/basic_item_rep_collection_view.rb', line 9

def initialize(rep_name)
  super("No rep named #{rep_name.inspect} was found.")
end