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