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