CatapultServer  v0.5.0.1 (Elephant)
PluginExceptions.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include "catapult/exceptions.h"
23 
24 namespace catapult { namespace plugins {
25 
28  public:
30  };
31 }}
exceptions.h
catapult::plugins::plugin_load_error
Exception class that is thrown when an error is encountered while loading a plugin.
Definition: PluginExceptions.h:27
catapult::catapult_runtime_error
catapult_error< std::runtime_error > catapult_runtime_error
Definition: exceptions.h:87
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::catapult_error
Base class for all catapult exceptions that derives from both std::exception and boost::exception.
Definition: exceptions.h:42