# abort

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

Stop execution immediately without unwinding or cleanup.

```ds title="abort"
export declare function abort(message?: string | undefined): never
```

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