Exception: NotExistError
- Defined in:
- lib/require_smasher/errors/not_exist_error.rb
Overview
Define super class for handle errors about elements that do not exist
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message) ⇒ NotExistError
constructor
A new instance of NotExistError.
Constructor Details
#initialize(message) ⇒ NotExistError
Returns a new instance of NotExistError.
6 7 8 |
# File 'lib/require_smasher/errors/not_exist_error.rb', line 6 def initialize() super() end |