Exception: Dotanuki::ExecError
- Inherits:
-
StandardError
- Object
- StandardError
- Dotanuki::ExecError
- Defined in:
- lib/dotanuki.rb
Overview
Error raised when an execution error occurs
Instance Method Summary collapse
-
#initialize(message) ⇒ ExecError
constructor
Create a new ExecError.
Constructor Details
#initialize(message) ⇒ ExecError
Create a new ExecError
18 19 20 |
# File 'lib/dotanuki.rb', line 18 def initialize() super() end |