PLCnext API Documentation 25.0.2.69
BasicStringFormatExceptionHandler.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
7
8#ifndef ARP_INSIDE_ARP_H
9 #error Never include 'BasicStringFormatExceptionHandler.hpp' directly, this is for internal use only
10#endif
11
12namespace Arp { namespace System { namespace Core { namespace Impl
13{
14
16{
17 static void Invoke(const char* formatString, const char* errorMessage);
18};
19
20}}}} // end of namespace Arp::System::Core::Impl
Root namespace for the PLCnext API
Definition: BasicStringFormatExceptionHandler.hpp:16