mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 19:34:56 +01:00
Moving headers into include/sls (#212)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "sls_detector_exceptions.h"
|
||||
#include "logger.h"
|
||||
#include "sls/sls_detector_exceptions.h"
|
||||
#include "sls/logger.h"
|
||||
namespace sls {
|
||||
RuntimeError::RuntimeError() : runtime_error("SLS Detector Package Failed") {
|
||||
LOG(logERROR) << "SLS Detector Package Failed";
|
||||
|
||||
Reference in New Issue
Block a user