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.
4 5 6 |
# File 'lib/require_smasher/errors/not_exist_error.rb', line 4 def initialize() super() end |