Use this to stub out methods that will throw when invoked.
Optional
Optional message to include in the error.
Never returns, always throws.
import { unimplemented } from "@std/assert";unimplemented(); // Throws Copy
import { unimplemented } from "@std/assert";unimplemented(); // Throws
Use this to stub out methods that will throw when invoked.