class nbla::Exception

class Exception : public std::exception

Exception class of NNabla.

Error codes are enumerated in enum class error_code you can find above. It is not expected that developers/users throw this exception directly. Instead, use NBLA_ERROR macro.