Exception: Lensflare::Error::NotANumeric

Inherits:
Lensflare::Error show all
Defined in:
lib/lensflare/error.rb

Overview

thrown when a numeric object is expected

Instance Method Summary collapse

Instance Method Details

#messageObject



24
25
26
# File 'lib/lensflare/error.rb', line 24

def message
  "not a numeric"
end