godot/thirdparty/graphite/src/inc/Error.h

// SPDX-License-Identifier: MIT OR MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later
// Copyright 2013, SIL International, All rights reserved.

#pragma once

// numbers are explicitly assigned for future proofing

namespace graphite2
{

class Error
{};

enum errcontext {};

enum error {};

}