Exception: Heroku::Commander::Errors::MissingCommandError

Inherits:
Base
  • Object
show all
Defined in:
lib/heroku/commander/errors/missing_command_error.rb

Instance Attribute Summary

Attributes inherited from Base

#problem, #resolution, #summary

Instance Method Summary collapse

Methods inherited from Base

#compose_message

Constructor Details

#initializeMissingCommandError

Returns a new instance of MissingCommandError.



6
7
8
# File 'lib/heroku/commander/errors/missing_command_error.rb', line 6

def initialize
  super(compose_message("missing_command_error"))
end