Exception: NotImplemented

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/sqa/errors.rb

Overview

raised when a method is still in TODO state

Class Method Summary collapse

Class Method Details

.raiseObject



19
20
21
22
23
24
25
26
# File 'lib/sqa/errors.rb', line 19

def self.raise
  puts "="*64
  puts "== Not Yet Implemented"
  puts "Callback trace:"
  puts caller
  puts "="*64
  super
end