VSLError ======== .. cpp:class:: numpy::VSLError numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use VSLError VSLError obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``VSLError(const std::string &message)`` - NP_VSL_RANDOM.H:143 - * - ``VSLError(const std::string &message, intstatus)`` - NP_VSL_RANDOM.H:144 -