Exception: Prick::NotYet
- Inherits:
-
NotImplementedError
- Object
- NotImplementedError
- Prick::NotYet
- Defined in:
- lib/prick/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ NotYet
constructor
A new instance of NotYet.
Constructor Details
#initialize ⇒ NotYet
Returns a new instance of NotYet.
6 |
# File 'lib/prick/exceptions.rb', line 6 def initialize() super("Program error - Not yet implemented") end |