Methods

Ethon::Errors::Select

Raised when select failed.

Public Class Methods

new(errno) click to toggle source
# File lib/ethon/errors/select.rb, line 6
def initialize(errno)
  super("An error occured on select: #{errno}")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.