AssertionError ============== .. cpp:class:: numpy::AssertionError numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // 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)`` - np_testing.h:36 -