Fleet  0.0.9
Inference in the LOT
VMSRuntimeError.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <exception>
4 
13 class VMSRuntimeError : public std::exception {};
Definition: VMSRuntimeError.h:13