Exception: FileNotInformedError

Inherits:
NotInformedError show all
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

Constructor Details

#initialize(message = 'File was not informed') ⇒ FileNotInformedError

Returns a new instance of FileNotInformedError.



6
7
8
# File 'lib/require_smasher/errors/not_informed_error/file_not_informed_error.rb', line 6

def initialize(message = 'File was not informed')
  super(message)
end