Seed Core_IO from doc snapshot
This commit is contained in:
14
tjp/core/io/Exception.h
Normal file
14
tjp/core/io/Exception.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user