class SimpleFuture::ResultTypeError

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`.