ChaiScript
Public Member Functions | Static Public Member Functions | List of all members
chaiscript::exception::load_module_error Struct Reference

Thrown if an error occurs while attempting to load a binary module. More...

#include <chaiscript_common.hpp>

Inheritance diagram for chaiscript::exception::load_module_error:
Inheritance graph
[legend]
Collaboration diagram for chaiscript::exception::load_module_error:
Collaboration graph
[legend]

Public Member Functions

 load_module_error (const std::string &t_reason)
 
 load_module_error (const std::string &t_name, const std::vector< load_module_error > &t_errors)
 
 load_module_error (const load_module_error &)=default
 

Static Public Member Functions

static std::string format_error (const std::string &t_name, const std::vector< load_module_error > &t_errors)
 

Detailed Description

Thrown if an error occurs while attempting to load a binary module.


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