Exception: GemNotInformedError
- Inherits:
-
NotInformedError
- Object
- StandardError
- BaseError
- NotInformedError
- GemNotInformedError
- Defined in:
- lib/require_smasher/errors/not_informed_error/gem_not_informed_error.rb
Overview
Define class for handle error when a gem is not informed
Instance Method Summary collapse
-
#initialize(message = 'Gem was not informed') ⇒ GemNotInformedError
constructor
A new instance of GemNotInformedError.
Constructor Details
#initialize(message = 'Gem was not informed') ⇒ GemNotInformedError
Returns a new instance of GemNotInformedError.
6 7 8 |
# File 'lib/require_smasher/errors/not_informed_error/gem_not_informed_error.rb', line 6 def initialize( = 'Gem was not informed') super() end |