Skip to content
Snippets Groups Projects
Select Git revision
  • 62a1d5fc19ed18b10630a733e52bf5b96b24850c
  • master default protected
  • develop protected
  • feat_remove_attr
  • python2.7
  • python3.8
6 results

plugin.h

Blame
  • ParserException.cpp 134 B
    #include <libwccl/parser/ParserException.h>
    
    ParserException::ParserException(std::string msg) : WcclError(msg)
    {
    	this->msg = msg;
    }