Exception: Ethon::Errors::Select
- Inherits:
-
EthonError
- Object
- StandardError
- EthonError
- Ethon::Errors::Select
- Defined in:
- lib/ethon/errors/select.rb
Overview
Raised when select failed.
Instance Method Summary collapse
-
#initialize(errno) ⇒ Select
constructor
A new instance of Select.
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 |