Exception: CS::Error::NotImplementedError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "There is unimplemented method") ⇒ NotImplementedError

Returns a new instance of NotImplementedError.



52
53
54
# File 'lib/cs/error.rb', line 52

def initialize(message = "There is unimplemented method")
  super(message)
end