Exception: Dotanuki::ExecError

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

Overview

Error raised when an execution error occurs

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ExecError

Create a new ExecError

Parameters:

  • message (String)

    error message



18
19
20
# File 'lib/dotanuki.rb', line 18

def initialize(message)
  super(message)
end