Exception: RustyRacer::DisposedError

Inherits:
Error
  • Object
show all
Defined in:
lib/rusty_racer.rb

Overview

Raised when a disposed Isolate, Context, Module or Script is used — or one whose Isolate has been disposed, which takes everything it handed out with it. Disposal is deliberate, so this says "you used it after you released it", not "something went wrong".