Exception: Gsm::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/rubygsm/errors.rb

Overview

TODO: what the hell is going on with all these “desc” methods? refactor this

Constant Summary

Constants inherited from Error

Error::ERRORS

Instance Attribute Summary

Attributes inherited from Error

#code, #type

Instance Method Summary collapse

Methods inherited from Error

#initialize, #to_s

Constructor Details

This class inherits a constructor from Gsm::Error

Instance Method Details

#descObject

:nodoc:



108
109
110
# File 'lib/rubygsm/errors.rb', line 108

def desc
	"The command timed out"
end