class Ds18b20::InvalidReadingError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/ds18b20/exceptions.rb, line 3 def initialize super("An error occurred while reading the temperature.\nPlease make sure that the DS18B20 sensor is properly installed and you've specified the correct file.") end