Exception: Acv2lrtemplate::Errors::Validator::InvalidFileExtension

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

def self.default_message
  "A file with invalid extension was provided. " \
  "The accepted file extension is .acv."
end