Exception: Net::NATPMP::TimeoutException

Inherits:
Exception
  • Object
show all
Defined in:
lib/net/natpmp/errors.rb

Overview

Timeout exception

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Request timed out') ⇒ TimeoutException

Returns a new instance of TimeoutException.



12
13
14
# File 'lib/net/natpmp/errors.rb', line 12

def initialize(msg = 'Request timed out')
  super
end