Exception: Acv2lrtemplate::Errors::Exporter::CurvesDataInvalid

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

def self.default_message
  "The provided curves data is invalid. " \
  "Make sure to run the Exporter after the Parser."
end