class Sinatra::Helpers::Wanted::WantedMissing
Exception to notify of missing parameter
Public Class Methods
new(msg=nil, id: nil)
click to toggle source
Calls superclass method
Sinatra::Helpers::Wanted::WantedError::new
# File lib/sinatra/helpers/wanted.rb, line 35 def initialize(msg=nil, id: nil) super(msg || "missing parameter", id: id) end