fix(error_solver): inherit the public GridFireError interface
added public so that public members and methods of GridFireError can be used by all SolverError exceptions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "gridfire/exceptions/error_gridfire.h"
|
||||
|
||||
namespace gridfire::exceptions {
|
||||
class SolverError : GridFireError {
|
||||
class SolverError : public GridFireError {
|
||||
using GridFireError::GridFireError;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user