# panic

`import { panic } from "destack:error";`

Stop execution with a language panic.

```ds title="panic"
export declare function panic(message: string): never
```

[language/library/src/error/panic.ds:22](https://github.com/destack-sh/destack/blob/main/language/library/src/error/panic.ds#L22)
