class ActionHandler::ActionArgumentError

Public Class Methods

new(method, details) click to toggle source
Calls superclass method
# File lib/action_handler/args_maker.rb, line 5
def initialize(method, details)
  super("Arguments of #{method.owner.name}##{method.name} is invalid: #{details}")
end