Exception: SimpleFuture::ResultTypeError

Inherits:
Error
  • Object
show all
Defined in:
lib/simple-future.rb

Overview

Exception class for the case(s) where the result is of a type that can't be returned (e.g. because it's one of the types Marshal.dump() fails on). This can also apply to exceptions; if an exception object holds an unmarshallable value, you'll get one of these instead of a SimpleFuture::ChildError.