Exception: Codebot::UserError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Codebot::UserError
- Defined in:
- lib/codebot/user_error.rb
Overview
This class serves as a parent class for errors caused by user actions.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message) ⇒ UserError
constructor
Constructs a new user error.
Constructor Details
#initialize(message) ⇒ UserError
Constructs a new user error.
9 10 11 |
# File 'lib/codebot/user_error.rb', line 9 def initialize() super end |