Exception: Acv2lrtemplate::Errors::Validator::NoFileProvided

Inherits:
Base
  • Object
show all
Defined in:
lib/acv2lrtemplate/errors/validator/no_file_provided.rb,
lib/acv2lrtemplate/errors/exporter/no_filename_provided.rb

Instance Attribute Summary

Attributes inherited from Base

#message

Class Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Acv2lrtemplate::Errors::Base

Class Method Details

.default_messageObject



7
8
9
10
# File 'lib/acv2lrtemplate/errors/validator/no_file_provided.rb', line 7

def self.default_message
  "No file was provided. " \
  "Please provide a file."
end