Exception: Fuselage::NotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/fuselage/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass) ⇒ NotFound

Returns a new instance of NotFound.



23
24
25
# File 'lib/fuselage/error.rb', line 23

def initialize(klass)
  super "The #{klass.to_s.split("::").last} could not be found or created. It could be private."
end