class Ethon::Errors::Select

def initialize(errno)

def initialize(errno)
  super("An error occured on select: #{errno}")
end