CatapultServer  v0.5.0.1 (Elephant)
ApiTypes.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include "catapult/exceptions.h"
23 
24 namespace catapult { namespace api {
25 
28  public:
30  };
31 }}
exceptions.h
catapult::api::catapult_api_error
Exception class that is thrown when a catapult api operation produces an error.
Definition: ApiTypes.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