μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
builtin_exception Class Referenceabstract

C++ bindings of builtin Python exceptions. More...

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/detail/common.h>

Inheritance diagram for builtin_exception:
[legend]
Collaboration diagram for builtin_exception:
[legend]

Public Member Functions

virtual void set_error () const =0
 Set the error using the Python C API. More...
 
virtual void set_error () const =0
 Set the error using the Python C API. More...
 

Detailed Description

C++ bindings of builtin Python exceptions.

Definition at line 961 of file common.h.

Member Function Documentation

◆ set_error() [1/2]

virtual void builtin_exception::set_error ( ) const
pure virtual

Set the error using the Python C API.

◆ set_error() [2/2]

virtual void builtin_exception::set_error ( ) const
pure virtual

Set the error using the Python C API.


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