AssertionError#

class numpy::AssertionError#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use AssertionError
AssertionError obj;
// ... operations ...

Constructors#

Signature

Location

Example

explicit AssertionError(const std::string& msg) : std::runtime_error(msg)

np_testing.h:36