ResourceUnavailable.this

this(string resource, string file = __FILE__, size_t line = __LINE__) @safe

Constructs a new ResourceUnavailable exception.

Parameters

resourceDescription of the unavailable resource.
fileThe source file where the exception was thrown.
lineThe line number where the exception was thrown.