SA_Logger
Sapphire's Suite's C++ Logger.
Loading...
Searching...
No Matches
Exception_NotEquals0.hpp
Go to the documentation of this file.
1// Copyright (c) 2023 Sapphire's Suite. All Rights Reserved.
2
3#pragma once
4
5#ifndef SAPPHIRE_LOGGER_EXCEPTION_NOT_EQUALS_0_GUARD
6#define SAPPHIRE_LOGGER_EXCEPTION_NOT_EQUALS_0_GUARD
7
10
21namespace SA
22{
25 {
26 public:
33 Exception_NotEquals(std::move(_exc))
34 {
35 }
36 };
37
39
41 #define __SA_CREATE_EXCEPTION_NotEquals0(_baseInfo, _lhs) SA::Exception_NotEquals0(\
42 __SA_CREATE_EXCEPTION_Equals0(_baseInfo, _lhs)\
43 )
44
46}
47
56#endif // GUARD
Equals 0 Exception type implementation.
Not Equals Exception base type implementation.
Equals 0 exception implementation.
Definition Exception_Equals0.hpp:24
Not Equals 0 exception implementation.
Definition Exception_NotEquals0.hpp:25
Exception_NotEquals0(Exception_Equals0 &&_exc) noexcept
Definition Exception_NotEquals0.hpp:32
Not Equals exception base type.
Definition Exception_NotEquals.hpp:24
Exception_NotEquals(Exception_Equals &&_exc) noexcept