Exception: CS::Error::Error

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "") ⇒ Error

Returns a new instance of Error.



4
5
6
# File 'lib/cs/error.rb', line 4

def initialize(message = "")
  super(message)
end