Exception: Shamu::NotImplementedError

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

Overview

The method is not implemented.

Instance Method Summary collapse

Constructor Details

#initialize(message = :not_implemented) ⇒ NotImplementedError

Returns a new instance of NotImplementedError.



27
28
29
# File 'lib/shamu/error.rb', line 27

def initialize( message = :not_implemented )
  super translate( message )
end