Exception: Mutx::Error::Help
- Inherits:
-
StandardError
- Object
- StandardError
- Mutx::Error::Help
- Defined in:
- lib/mutx/error/errors.rb
Overview
Raised when there is an error related to Help.
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ Help
constructor
A new instance of Help.
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(=nil) = super() end |