Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
error.cpp File Reference
#include "error.h"
#include "fmt/core.h"
Include dependency graph for error.cpp:

Go to the source code of this file.

Namespaces

namespace  Brush
 < nsga2 selection operator for getting the front
 
namespace  Brush::Util
 namespace containing various utility functions
 

Functions

void Brush::Util::HandleErrorThrow (string err, const char *file, int line)
 prints error and throws an exception
 
void Brush::Util::HandleErrorNoThrow (string err, const char *file, int line)
 prints error to stderr and returns