ecell4_base
ecell4_base copied to clipboard
Exception Implementations
ecell4-base has the exceptions which inherit ecell4::Exception, and it inherits std::exception.
However, they have a string member as std::runtime_error do.
So, we should reconsider the implementation of them and wrap them in pybind11.