Exception: Nauvisian::ModNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/nauvisian/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(mod) ⇒ ModNotFound

Returns a new instance of ModNotFound.



7
# File 'lib/nauvisian/error.rb', line 7

def initialize(mod) = super "Mod not found: #{mod.name}"