PStack  2.0
Stack trace printer for MSVC and GCC binaries
exception_ns.hpp
Go to the documentation of this file.
1 // ===-- include/psystem/exception/exception_ns.hpp ------- -*- C++ -*- --=== //
2 // Copyright (c) 2014 Matt Bisson. All rights reserved.
3 
33 #pragma once
34 #ifndef PSYSTEM_EXCEPTION_EXCEPTION_NS_HPP
35 #define PSYSTEM_EXCEPTION_EXCEPTION_NS_HPP
36 
38 
39 namespace psystem
40 {
41 
50 namespace exception
51 {
52 
53 } // namespace exception
54 
55 } // namespace psystem
56 
57 #endif // PSYSTEM_EXCEPTION_EXCEPTION_NS_HPP
Master header file for Platform-wide declarations.
Contains the process examination "system" and basic frameworks.
Definition: pstack_event_handler.hpp:28