Exception: Jirawatch::Errors::CommandFailed

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jirawatch/errors/command_failed.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Error encountered") ⇒ CommandFailed

Returns a new instance of CommandFailed.



4
5
6
# File 'lib/jirawatch/errors/command_failed.rb', line 4

def initialize(msg="Error encountered")
  super(msg)
end