Exception: TestMap::NotTracedError
- Inherits:
-
StandardError
- Object
- StandardError
- TestMap::NotTracedError
- 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
.default ⇒ Object
16 17 18 19 20 |
# File 'lib/test_map/errors.rb', line 16 def self.default new <<~MSG Trace has not been started. Use `#trace` to start tracing. MSG end |