Exception: Mutx::Error::Help

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mutx/error/errors.rb

Overview

Raised when there is an error related to Help.

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ Help

Returns a new instance of Help.



59
60
61
62
# File 'lib/mutx/error/errors.rb', line 59

def initialize(message=nil)
  message = message
  super(message)
end