Exception: Ethon::Errors::Select

Inherits:
EthonError
  • Object
show all
Defined in:
lib/ethon/errors/select.rb

Overview

Raised when select failed.

Instance Method Summary collapse

Constructor Details

#initialize(errno) ⇒ Select

Returns a new instance of Select.



7
8
9
# File 'lib/ethon/errors/select.rb', line 7

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