fix: make c'tor explicit

pull/2/head
Falk Werner 4 years ago
parent 7c02b12449
commit 7ed99088db

@ -11,7 +11,7 @@ namespace webfuse_test
class ProviderClientException: public std::runtime_error
{
public:
ProviderClientException(wf_status error_code);
explicit ProviderClientException(wf_status error_code);
wf_status GetErrorCode();
private:
wf_status error_code_;

Loading…
Cancel
Save