class Pry::NoCommandError

def initialize(match, owner)

def initialize(match, owner)
  super "Command '#{match}' not found in command set #{owner}"
end