Exception: CS::Error::ClientError

Inherits:
Error
  • Object
show all
Defined in:
lib/cs/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Invalid uses of the library : #{self.class}") ⇒ ClientError

Returns a new instance of ClientError.



10
11
12
# File 'lib/cs/error.rb', line 10

def initialize(message = "Invalid uses of the library : #{self.class}")
  super(message)
end