Class Pry::CommandError
In: lib/pry/exceptions.rb
Parent: StandardError

CommandErrors are caught by the REPL loop and displayed to the user. They indicate an exceptional condition that‘s fatal to the current command.

[Validate]