Exception: LogAuditor::Errors::FileReadError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/log_auditor/errors/file_read_error.rb

Constant Summary collapse

DEFAULT_MESSAGE =
'Can\'t read file!'.colorize(:red)

Instance Method Summary collapse

Constructor Details

#initialize(msg = DEFAULT_MESSAGE) ⇒ FileReadError

Returns a new instance of FileReadError.



8
9
10
# File 'lib/log_auditor/errors/file_read_error.rb', line 8

def initialize(msg = DEFAULT_MESSAGE)
  super(msg)
end