class UniversaTools::NotFoundException

Public Class Methods

new(object) click to toggle source
Calls superclass method UniversaTools::CodeException::new
# File lib/universa_tools/errors.rb, line 17
def initialize object
  super(:file_not_found, "not found: #{object}")
end