ChaiScript
Public Member Functions | List of all members
chaiscript::exception::name_conflict_error Class Reference

Exception thrown in the case that an object name is invalid because it already exists in current context. More...

#include <dispatchkit.hpp>

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

Public Member Functions

 name_conflict_error (const std::string &t_name) noexcept
 
 name_conflict_error (const name_conflict_error &)=default
 
std::string name () const
 

Detailed Description

Exception thrown in the case that an object name is invalid because it already exists in current context.


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