Bash++
Bash++ compiler internal documentation
Public Member Functions | List of all members
internal_error Struct Reference

An exception thrown when an internal error occurs. More...

Inheritance diagram for internal_error:
Inheritance graph
[legend]
Collaboration diagram for internal_error:
Collaboration graph
[legend]

Public Member Functions

 internal_error (const std::string &msg, antlr4::tree::ParseTree *location)
 
 internal_error (const std::string &msg)
 

Detailed Description

An exception thrown when an internal error occurs.

Internal errors are errors which should never occur in normal operation. They are indicative of a bug in the Bash++ compiler, and halt compilation.

Constructor & Destructor Documentation

◆ internal_error() [1/2]

internal_error::internal_error ( const std::string &  msg,
antlr4::tree::ParseTree *  location 
)
inline

◆ internal_error() [2/2]

internal_error::internal_error ( const std::string &  msg)
inlineexplicit

The documentation for this struct was generated from the following file: