Asserts that condition is truthy, otherwise error and halt execution.
condition
An expression that can be evaluated as truthy of falsy
Optional
The message to show if condition is falsy and an error is raised.
Asserts that
condition
is truthy, otherwise error and halt execution.