Elfspy/Fail.cpp
2016-09-16 17:45:35 +02:00

15 lines
128 B
C++

#include "elfspy/Fail.h"
#include <cstdlib>
namespace spy
{
Fail::~Fail()
{
show();
std::exit(-1);
}
} // namespace spy