lib/heap_profiler/runtime.rb in heap-profiler-0.3.0 vs lib/heap_profiler/runtime.rb in heap-profiler-0.4.0
- old
+ new
@@ -6,9 +6,10 @@
require "heap_profiler/version"
require "heap_profiler/reporter"
module HeapProfiler
Error = Class.new(StandardError)
+ CapacityError = Class.new(Error)
class << self
attr_accessor :current_reporter
def start(dir)