Exception: FileConvert::Exception::MissingConfig

Inherits:
StandardError
  • Object
show all
Defined in:
lib/file_convert/exception.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



47
48
49
50
51
52
# File 'lib/file_convert/exception.rb', line 47

def message
  ''"
    Please define a config for FileConvert.
    See https://github.com/tolingo/file-convert#config for default.
  "''
end