class SuntechRails::Core::Exceptions::TimeoutError
Raised when a Timeout::Error occurs.
Public Class Methods
new(message)
click to toggle source
# File lib/suntech_rails/core/exceptions.rb, line 24 def initialize(message) @message = message end
Public Instance Methods
to_s()
click to toggle source
# File lib/suntech_rails/core/exceptions.rb, line 27 def to_s; @message ;end