This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
libpEpTransport
Watch
10
Star
1
Fork
4
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
transport.hh - add constructor to ConfigError
pull/10/head
heck
6 months ago
parent
dc6a563cc8
commit
5e33207408
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/transport.hh
+ 1
- 0
src/transport.hh
View File
@ -38,6 +38,7 @@ namespace pEp {
struct
ConfigError
:
std
:
:
logic_error
{
ConfigError
(
)
:
std
:
:
logic_error
(
"
config error
"
)
{
}
explicit
ConfigError
(
const
std
:
:
string
&
desc
)
:
std
:
:
logic_error
(
desc
)
{
}
}
;
class
Config
{
Write
Preview
Loading…
Cancel
Save