]> git.donarmstrong.com Git - bamtools.git/blob - src/api/internal/BamException_p.cpp
Cleaned up intra-API includes & moved version numbers to 2.0.0
[bamtools.git] / src / api / internal / BamException_p.cpp
1 // ***************************************************************************
2 // BamException_p.cpp (c) 2011 Derek Barnett
3 // Marth Lab, Department of Biology, Boston College
4 // ---------------------------------------------------------------------------
5 // Last modified: 10 October 2011 (DB)
6 // ---------------------------------------------------------------------------
7 // Provides a basic exception class for BamTools internals
8 // ***************************************************************************
9
10 #include "api/internal/BamException_p.h"
11 using namespace BamTools;
12 using namespace BamTools::Internal;
13 using namespace std;
14
15 const string BamException::SEPARATOR = ": ";