class Ds18b20::InvalidFileSpecifiedError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/ds18b20/exceptions.rb, line 9 def initialize super("An error occured while trying to read the file. Either the file you specified is not correct or the data in the file is not the one that is being expected by this program.\nPlease make sure that the file you specified has the data in a similar manner as this file: https://github.com/owaiswiz/ds18b20/blob/master/spec/support/valid_sample_positive_24_187C") end