Exception: Octopi::NotFound
- Inherits:
-
Exception
- Object
- Exception
- Octopi::NotFound
- Defined in:
- lib/octopi/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.
31 32 33 |
# File 'lib/octopi/error.rb', line 31 def initialize(klass) super "The #{klass.to_s.split("::").last} you were looking for could not be found, or is private." end |