Bash++
Bash++ compiler internal documentation
Public Member Functions | List of all members
bpp::ErrorHandling::InternalError Struct Reference

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

#include <InternalError.h>

Inheritance diagram for bpp::ErrorHandling::InternalError:
Inheritance graph
[legend]
Collaboration diagram for bpp::ErrorHandling::InternalError:
Collaboration graph
[legend]

Public Member Functions

 InternalError (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

◆ InternalError()

bpp::ErrorHandling::InternalError::InternalError ( const std::string &  msg)
inlineexplicit

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