mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-17 13:07:35 +02:00
4 lines
71 B
C++
4 lines
71 B
C++
#include "Common.h"
|
|
|
|
Exception::~Exception() {}
|
|
BadArgs::~BadArgs() {}
|