Exception: Octopi::NotFound
- Exception
- Octopi::NotFound
Constructor Summary
public
initialize(klass)
[View source]
25 26 27 |
# File 'lib/octopi/error.rb', line 25 def initialize(klass) super "The #{klass.to_s.split("::").last} you were looking for could not be found, or is private." end |