5#ifndef SAPPHIRE_LOGGER_EXCEPTION_NULLPTR_GUARD
6#define SAPPHIRE_LOGGER_EXCEPTION_NULLPTR_GUARD
36 std::wstring _predStr = L
"ptr"
45 #define __SA_CREATE_EXCEPTION_Nullptr(_baseInfo, _pred) SA::Exception_Nullptr(\
Default Exception type implementation.
Nullptr Exception type.
Definition Exception_Nullptr.hpp:24
Exception_Nullptr(BaseInfo _info, bool _pred, std::wstring _predStr=L"ptr") noexcept
Default (base) Exception type.
Definition Exception.hpp:24
Base exception create info.
Definition Exception.hpp:28