Exception: Pandoru::NetworkError

Inherits:
PandoruError show all
Defined in:
lib/pandoru/errors.rb

Overview

Network related errors

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Network error') ⇒ NetworkError

Returns a new instance of NetworkError.



13
14
15
# File 'lib/pandoru/errors.rb', line 13

def initialize(message = 'Network error')
  super(message)
end