Enrollment 28.2.0
Loading...
Searching...
No Matches
FileException.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include <cstdint>
14#include <string>
15
16namespace inno
17{
21 */
23 {
24 public:
25 using EnrollmentRuntimeException::EnrollmentRuntimeException;
26 };
27
28} // namespace inno
Base exception for all enrollment-sdk runtime exceptions.
Definition EnrollmentException.h:84
Exception for file processing.
Definition FileException.h:22