Exception: BaseError
- Inherits:
-
StandardError
- Object
- StandardError
- BaseError
- Defined in:
- lib/require_smasher/errors/base_error.rb
Overview
Define base class for handle errors
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message) ⇒ BaseError
constructor
A new instance of BaseError.
Constructor Details
#initialize(message) ⇒ BaseError
Returns a new instance of BaseError.
6 7 8 |
# File 'lib/require_smasher/errors/base_error.rb', line 6 def initialize() super() end |