Parent

Methods

DataMapperRest::TimeoutError

Raised when a Timeout::Error occurs.

Public Class Methods

new(message) click to toggle source
# File lib/dm-rest-adapter/exceptions.rb, line 18
def initialize(message)
  @message = message
end

Public Instance Methods

to_s() click to toggle source
# File lib/dm-rest-adapter/exceptions.rb, line 21
def to_s; @message ;end

[Validate]

Generated with the Darkfish Rdoc Generator 2.