Elfspy/Fail.cpp

15 lines
128 B
C++
Raw Permalink Normal View History

2016-09-16 17:45:35 +02:00
#include "elfspy/Fail.h"
#include <cstdlib>
namespace spy
{
Fail::~Fail()
{
show();
std::exit(-1);
}
} // namespace spy