17 lines
487 B
Plaintext
17 lines
487 B
Plaintext
---
|
|
title: QasmError
|
|
description: API reference for qiskit.qasm.QasmError
|
|
in_page_toc_min_heading_level: 1
|
|
python_api_type: exception
|
|
python_api_name: qiskit.qasm.QasmError
|
|
---
|
|
|
|
# qiskit.qasm.QasmError
|
|
|
|
<Class id="qiskit.qasm.QasmError" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.20/qiskit/qasm/exceptions.py" signature="QasmError(*msg)" modifiers="exception">
|
|
Base class for errors raised while parsing OPENQASM.
|
|
|
|
Set the error message.
|
|
</Class>
|
|
|