Exception: Pry::NoCommandError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pry/command_set.rb

Instance Method Summary collapse

Constructor Details

#initialize(match, owner) ⇒ NoCommandError

Returns a new instance of NoCommandError.



3
4
5
# File 'lib/pry/command_set.rb', line 3

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