Exception: TestMap::NotTracedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/test_map/errors.rb

Overview

NotTracedError is raised when a trace has not been started.

Class Method Summary collapse

Class Method Details

.defaultObject



16
17
18
19
20
# File 'lib/test_map/errors.rb', line 16

def self.default
  new "    Trace has not been started. Use `#trace` to start tracing.\n  MSG\nend\n"