Exception: Prick::NotYet

Inherits:
NotImplementedError
  • Object
show all
Defined in:
lib/prick/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeNotYet

Returns a new instance of NotYet.



7
# File 'lib/prick/exceptions.rb', line 7

def initialize() super("Internal error: Not yet implemented") end