Exception: Fuselage::NotFound
- Inherits:
-
Exception
- Object
- Exception
- Fuselage::NotFound
- Defined in:
- lib/fuselage/error.rb
Instance Method Summary collapse
-
#initialize(klass) ⇒ NotFound
constructor
A new instance of NotFound.
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 |