diff options
author | Francis Dupont <fdupont@isc.org> | 2019-01-27 17:21:15 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-01-29 10:49:05 +0100 |
commit | 2944708835456613f7114f434462fae15a0d535d (patch) | |
tree | a4394ff1a4cc00f2990b1ba0672c0a63bce5ea47 /src/lib/exceptions | |
parent | [#313, !199] Corrected hooks.xml (diff) | |
download | kea-2944708835456613f7114f434462fae15a0d535d.tar.xz kea-2944708835456613f7114f434462fae15a0d535d.zip |
[313-return-a-list-of-all-reservations-by-subnet-id] Commented NotImplemented usages
Diffstat (limited to 'src/lib/exceptions')
-rw-r--r-- | src/lib/exceptions/exceptions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/exceptions/exceptions.h b/src/lib/exceptions/exceptions.h index b6396908cf..6fa6c5ec3c 100644 --- a/src/lib/exceptions/exceptions.h +++ b/src/lib/exceptions/exceptions.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015,2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-2019 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -161,7 +161,8 @@ public: /// not implemented. /// /// This may be due to unfinished implementation or in case the -/// function isn't even planned to be provided for that situation. +/// function isn't even planned to be provided for that situation, +/// i.e. not yet implemented or not supported. class NotImplemented : public Exception { public: NotImplemented(const char* file, size_t line, const char* what) : |