123456789101112131415161718 |
- ///
- /// \file System/Exception.hpp
- ///
- /// Exceptions thrown by the System methods.
- ///
- /// \copyright
- /// Copyright (c) 2013-2014 Josh Blum
- /// SPDX-License-Identifier: BSL-1.0
- ///
- #pragma once
- #include <Pothos/Config.hpp>
- #include <Pothos/Exception.hpp>
- namespace Pothos {
- } //namespace Pothos
|