From 9a1791d53dc293ad7cd70fa0ab78b31d2d8a70f4 Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Tue, 30 Dec 2025 08:40:18 +0000 Subject: [PATCH] Move DOMException to api/error/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move DOMException.cpp, DOMException.h from bindings/ to api/error/. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/buntime/{bindings => api/error}/DOMException.cpp | 0 src/buntime/{bindings => api/error}/DOMException.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/buntime/{bindings => api/error}/DOMException.cpp (100%) rename src/buntime/{bindings => api/error}/DOMException.h (100%) diff --git a/src/buntime/bindings/DOMException.cpp b/src/buntime/api/error/DOMException.cpp similarity index 100% rename from src/buntime/bindings/DOMException.cpp rename to src/buntime/api/error/DOMException.cpp diff --git a/src/buntime/bindings/DOMException.h b/src/buntime/api/error/DOMException.h similarity index 100% rename from src/buntime/bindings/DOMException.h rename to src/buntime/api/error/DOMException.h