Loading...
Searching...
No Matches
Go to the documentation of this file.
14#ifndef PLASK__UTILS_XML_EXCEPTIONS_H
15#define PLASK__UTILS_XML_EXCEPTIONS_H
22#include "../format.hpp"
23#include "../string.hpp"
31#pragma warning( disable : 4275 )
85 XMLException(reader,
"tag has unexpected attribute '" + attr_name +
"'") {}
97 XMLException(reader,
"tag has no required attribute '" + attr_name +
"'") {}