class Imgfetcha::FileReader::InputFileNotSpecifiedError

Attributes

message[R]

Public Class Methods

new() click to toggle source
# File lib/imgfetcha/errors/input_file_not_specified_error.rb, line 6
def initialize
  @message = "Input file was not specified. Please provide the input file with '-i INPUT_FILE'"
end