Exception: Acv2lrtemplate::Errors::Validator::NoPresentFile

Inherits:
Base
  • Object
show all
Defined in:
lib/acv2lrtemplate/errors/validator/no_present_file.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_present_file.rb', line 7

def self.default_message
  "No file was found at the provided path. " \
  "Please check the path."
end