mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
fix: make c'tor explicit
This commit is contained in:
parent
7c02b12449
commit
7ed99088db
@ -11,7 +11,7 @@ namespace webfuse_test
|
|||||||
class ProviderClientException: public std::runtime_error
|
class ProviderClientException: public std::runtime_error
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ProviderClientException(wf_status error_code);
|
explicit ProviderClientException(wf_status error_code);
|
||||||
wf_status GetErrorCode();
|
wf_status GetErrorCode();
|
||||||
private:
|
private:
|
||||||
wf_status error_code_;
|
wf_status error_code_;
|
||||||
|
Loading…
Reference in New Issue
Block a user