Exception: FileReadError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/coding_challenge/commands/util/file_read_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(source_uri) ⇒ FileReadError

Returns a new instance of FileReadError.



4
5
6
# File 'lib/coding_challenge/commands/util/file_read_error.rb', line 4

def initialize(source_uri)
  super("Could not read file from #{source_uri}!")
end