Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

Panics if cond is false with the given felt252 as error message.

Signature

pub fn assert(cond: bool, err_code: felt252)

Examples

assert(false, 'error message');