1*e2f1fe36SPavel Labath //===-- UnimplementedError.cpp --------------------------------------------===// 2*e2f1fe36SPavel Labath // 3*e2f1fe36SPavel Labath // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*e2f1fe36SPavel Labath // See https://llvm.org/LICENSE.txt for license information. 5*e2f1fe36SPavel Labath // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*e2f1fe36SPavel Labath // 7*e2f1fe36SPavel Labath //===----------------------------------------------------------------------===// 8*e2f1fe36SPavel Labath 9*e2f1fe36SPavel Labath #include "lldb/Utility/UnimplementedError.h" 10*e2f1fe36SPavel Labath 11*e2f1fe36SPavel Labath char lldb_private::UnimplementedError::ID; 12