16 lines
309 B
C++
16 lines
309 B
C++
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
|
|
|
|
#pragma once
|
|
|
|
#include <memory>
|
|
#include <string>
|
|
|
|
#include <hilti/ast/operators/common.h>
|
|
|
|
namespace hilti::operator_ {
|
|
|
|
HILTI_NODE_OPERATOR(exception, Ctor)
|
|
HILTI_NODE_OPERATOR(exception, Description)
|
|
|
|
} // namespace hilti::operator_
|