Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
my_exception Class Reference
+ Inheritance diagram for my_exception:

Private Member Functions

virtual const char * what () const NOEXCEPT
 
virtual const char * what () const NOEXCEPT
 

Detailed Description

Member Function Documentation

◆ what() [1/2]

virtual const char * my_exception::what ( ) const
inlineprivatevirtual

Definition at line 109 of file duktape-1.5.2/examples/cpp-exceptions/cpp_exceptions.cpp.

109 {
110 return "my_exception";
111 }

◆ what() [2/2]

virtual const char * my_exception::what ( ) const
inlineprivatevirtual

Definition at line 109 of file duktape-1.8.0/examples/cpp-exceptions/cpp_exceptions.cpp.

109 {
110 return "my_exception";
111 }

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