v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
v8toolkit::DuplicateNameException Class Reference

#include <v8helpers.h>

Inheritance diagram for v8toolkit::DuplicateNameException:
Inheritance graph
[legend]
Collaboration diagram for v8toolkit::DuplicateNameException:
Collaboration graph
[legend]

Public Member Functions

 DuplicateNameException (const std::string &message)
 
virtual const char * what () const noexcept override
 

Detailed Description

Thrown when trying to register a function/method/member with the same name as something else already registered

Definition at line 305 of file v8helpers.h.

Constructor & Destructor Documentation

v8toolkit::DuplicateNameException::DuplicateNameException ( const std::string &  message)
inline

Definition at line 310 of file v8helpers.h.

Member Function Documentation

virtual const char* v8toolkit::DuplicateNameException::what ( ) const
inlineoverridevirtualnoexcept

Definition at line 311 of file v8helpers.h.


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