Libs/Common/Exception.h
Namespaces
Name |
---|
shapeworks User usage reporting (telemetry) |
Classes
Name | |
---|---|
class | shapeworks::shapeworks_exception |
Source code
#pragma once
#include <stdexcept>
namespace shapeworks {
class shapeworks_exception : public std::runtime_error
{
public:
shapeworks_exception(char const* const message) throw();
shapeworks_exception(std::string const& message) throw();
};
} // shapeworks
Updated on 2024-03-17 at 12:58:44 -0600