# frozen_string_literal: true
# Released under the MIT License.
# Copyright, 2025, by Samuel Williams.
module FFI
module Clang
# Represents an error that occurred during libclang operations.
class Error < StandardError
end