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