Exception: GsmModem::ReadError
- Defined in:
- lib/rubygsm/errors.rb
Overview
:nodoc:
Constant Summary
Constants inherited from Error
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from GsmModem::Error
Instance Method Details
#desc ⇒ Object
117 118 119 120 |
# File 'lib/rubygsm/errors.rb', line 117 def desc "The modem couldn't be read from. It " +\ "may have crashed or been unplugged" end |