ParsingError.hpp

Header file for the ParsingError class.

namespace mqt
namespace debugger
class ParsingError : public std::runtime_error
#include <ParsingError.hpp>

Represents an error that occurred during parsing.

Public Functions

explicit ParsingError(const std::string &msg)

Constructs a new ParsingError with the given message.

Parameters:

msg – The error message.