class Elos::Errors::NotFound
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/elos/errors/not_found.rb, line 2 def initialize super('Not found.') end