AssertionError ============== .. cpp:class:: pandas::AssertionError pandas C++ class. Example ------- .. code-block:: cpp #include using namespace pandas; // Use AssertionError AssertionError obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``explicit AssertionError(const std::string& msg) : std::runtime_error(msg)`` - pd_exceptions.h:110 - * - ``explicit AssertionError(const char\* msg) : std::runtime_error(msg)`` - pd_exceptions.h:111 -