FutureError.this

this(string msg, string file = __FILE__, size_t line = __LINE__) pure nothrow @safe

Construct a FutureError with the given message.

Parameters

msgThe error message describing what went wrong.
fileSource file where the error originated.
lineLine number where the error originated.