class Telegrammer::Errors::MissingParamsError
Error returned when a required param is missing
Public Class Methods
new(parameter, action)
click to toggle source
Calls superclass method
# File lib/telegrammer.rb, line 44 def initialize(parameter, action) super("Missing parameter #{parameter} for action #{action}") end