class ClientError
Raised when there are errors in the client, duh!
Public Class Methods
new(msg = 'No client provided')
click to toggle source
Calls superclass method
# File lib/graphd/client_error.rb, line 5 def initialize(msg = 'No client provided') super end