Exception: Rails::Command::UnrecognizedCommandError
Do not use. This class is for internal use only.
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
CorrectableNameError ,
StandardError
|
|
Instance Chain:
self,
CorrectableNameError ,
DidYouMean::Correctable,
StandardError
|
|
Inherits: |
Rails::Command::CorrectableNameError
|
Defined in: | railties/lib/rails/command.rb |
Class Method Summary
Instance Attribute Summary
CorrectableNameError
- Inherited
Instance Method Summary
CorrectableNameError
- Inherited
Constructor Details
.new(name) ⇒ UnrecognizedCommandError
# File 'railties/lib/rails/command.rb', line 36
def initialize(name) super("Unrecognized command #{name.inspect}", name, Command.printing_commands.map(&:first)) end