tipc
A TIP to LLVM compiler
src
error
SemanticError.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Error.h
"
4
10
class
SemanticError
:
public
Error
{
11
public
:
12
SemanticError
(
const
std::string &msg)
13
:
Error
(msg) {}
14
};
Error.h
Error
Base class for tipc errors.
Definition:
Error.h:12
SemanticError
Class for tipc semantic errors.
Definition:
SemanticError.h:10
SemanticError::SemanticError
SemanticError(const std::string &msg)
Definition:
SemanticError.h:12
Generated by
1.9.1