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