WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
DynamicPagesSyntaxException.h
1#pragma once
2
3#include "BaseWebFrameworkException.h"
4
5namespace framework
6{
7 namespace exceptions
8 {
13 {
14 public:
15 DynamicPagesSyntaxException(std::string_view syntaxError);
16
18 };
19 }
20}
Base class for all WebFramework exceptions.