class Pry::NoCommandError

def initialize(name, owner)

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