Exception: Fork::UndumpableException

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

Overview

Raised when a fork raises an exception that can’t be dumped This is the case if the exception is either an anonymous class or contains undumpable data (anonymous ancestor, added state, …)