Exception: Rus3::NotImplementedYetError
- Defined in:
- lib/rus3/error.rb
Constant Summary
Constants inherited from Error
Constants included from EmptyList
Instance Method Summary collapse
-
#initialize(feature) ⇒ NotImplementedYetError
constructor
A new instance of NotImplementedYetError.
Methods inherited from Error
Methods included from EmptyList
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 |