|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
Exception used when conversion from enum to string fails. More...
#include <types.hpp>
Public Member Functions | |
| template<typename T > | |
| EnumToStringException (T enumValue, std::string_view type) | |
| Creates a new StringToEnumException. More... | |
Exception used when conversion from enum to string fails.
|
inlineexplicit |
Creates a new StringToEnumException.
| enumValue | value of enum that failed to convert |
| type | name of the enum trying to convert from |