Exception.hpp 300 B

123456789101112131415161718
  1. ///
  2. /// \file System/Exception.hpp
  3. ///
  4. /// Exceptions thrown by the System methods.
  5. ///
  6. /// \copyright
  7. /// Copyright (c) 2013-2014 Josh Blum
  8. /// SPDX-License-Identifier: BSL-1.0
  9. ///
  10. #pragma once
  11. #include <Pothos/Config.hpp>
  12. #include <Pothos/Exception.hpp>
  13. namespace Pothos {
  14. } //namespace Pothos