Exception: ClientError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/graphd/client_error.rb

Overview

Raised when there are errors in the client, duh!

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'No client provided') ⇒ ClientError

Returns a new instance of ClientError.



5
6
7
# File 'lib/graphd/client_error.rb', line 5

def initialize(msg = 'No client provided')
  super
end