| 
    KiCad PCB EDA Suite
    
   | 
 
Implement a simple wrapper around runtime_error to isolate the errors thrown by the Eagle XML parser. More...
#include <eagle_parser.h>
 Public Member Functions | |
| XML_PARSER_ERROR (const wxString &aMessage) noexcept | |
| Build an XML error by just calling its parent class constructor, std::runtime_error, with the passed message.   | |
Implement a simple wrapper around runtime_error to isolate the errors thrown by the Eagle XML parser.
Definition at line 81 of file eagle_parser.h.
      
  | 
  inlinenoexcept | 
Build an XML error by just calling its parent class constructor, std::runtime_error, with the passed message.
| aMessage | is an explanatory error message. | 
Definition at line 89 of file eagle_parser.h.