Exception: Rus3::NotImplementedYetError

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

Constant Summary

Constants inherited from Error

Error::A2L_MAP

Constants included from EmptyList

EmptyList::EMPTY_LIST

Instance Method Summary collapse

Methods inherited from Error

#smart_error_value

Methods included from EmptyList

#null?

Constructor Details

#initialize(feature) ⇒ NotImplementedYetError

Returns a new instance of NotImplementedYetError.



153
154
155
# File 'lib/rus3/error.rb', line 153

def initialize(feature)
  super(EMSG[:not_implemented_yet] % feature)
end