Files
core_io/tjp/core/io/Exception.h
2026-02-11 16:14:01 -05:00

15 lines
275 B
C++

// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2025 Timothy Prepscius
#pragma once
#include <tjp/core/exception/Exception.hpp>
namespace tjp::core::io {
DECLARE_EXCEPTION(Exception);
} // namespace