class Pry::NoCommandError

Public Class Methods

new(match, owner) click to toggle source
# File lib/pry/command_set.rb, line 3
def initialize(match, owner)
  super "Command '#{match}' not found in command set #{owner}"
end