Skip to content
Snippets Groups Projects
Commit f3e33ade authored by Rafaël Carré's avatar Rafaël Carré
Browse files

YamlEmitterException: typo

parent 290caaab
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ class YamlEmitterException : public std::runtime_error ...@@ -46,7 +46,7 @@ class YamlEmitterException : public std::runtime_error
{ {
public: public:
YamlEmitterException (const std::string& str="") : YamlEmitterException (const std::string& str="") :
std::runtime_error("YamlParserException occured: " + str) {} std::runtime_error("YamlEmitterException occured: " + str) {}
}; };
class YamlEmitter class YamlEmitter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment