Arbiter
Dependency manager library that supports decentralization
Public Member Functions | List of all members
Arbiter::Exception::UserError Struct Referencefinal

Exception type representing an error that was returned from Arbiter client code. More...

Collaboration diagram for Arbiter::Exception::UserError:
[legend]

Public Member Functions

 UserError ()
 
 UserError (const std::string &string)
 

Detailed Description

Exception type representing an error that was returned from Arbiter client code.

Definition at line 31 of file Exception.h.

Constructor & Destructor Documentation

§ UserError() [1/2]

Arbiter::Exception::UserError::UserError ( )

Definition at line 34 of file Exception.h.

§ UserError() [2/2]

Arbiter::Exception::UserError::UserError ( const std::string &  string)
explicit

Definition at line 38 of file Exception.h.


The documentation for this struct was generated from the following file: