FutureError.this
this
(string msg, string file = __FILE__, size_t line = __LINE__) pure nothrow @safeConstruct a FutureError with the given message.
Parameters
msg | The error message describing what went wrong. |
file | Source file where the error originated. |
line | Line number where the error originated. |