The OpenD Programming Language

ThrowOnError

Flag to specify whether or not an exception is thrown on error.

import std.net.curl;
alias ThrowOnError = Flag!"throwOnError"

Meta