Exception: RequireFileError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/require_smasher/errors/require_file_error.rb

Overview

Define class for handle error when a file is required

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ RequireFileError

Returns a new instance of RequireFileError.



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

def initialize(message)
  super(message)
end