mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[#92,!13] Moved NoSuchLease exception back to dhcpsrv library.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#define MYSQL_LEASE_MGR_H
|
||||
|
||||
#include <dhcp/hwaddr.h>
|
||||
#include <dhcpsrv/dhcpsrv_exceptions.h>
|
||||
#include <dhcpsrv/lease_mgr.h>
|
||||
#include <dhcpsrv/mysql_connection.h>
|
||||
|
||||
@@ -377,7 +378,7 @@ public:
|
||||
///
|
||||
/// @param lease4 The lease to be updated.
|
||||
///
|
||||
/// @throw isc::db::NoSuchLease Attempt to update a lease that did not
|
||||
/// @throw isc::dhcp::NoSuchLease Attempt to update a lease that did not
|
||||
/// exist.
|
||||
/// @throw isc::db::DbOperationError An operation on the open database has
|
||||
/// failed.
|
||||
@@ -390,7 +391,7 @@ public:
|
||||
///
|
||||
/// @param lease6 The lease to be updated.
|
||||
///
|
||||
/// @throw isc::db::NoSuchLease Attempt to update a lease that did not
|
||||
/// @throw isc::dhcp::NoSuchLease Attempt to update a lease that did not
|
||||
/// exist.
|
||||
/// @throw isc::db::DbOperationError An operation on the open database has
|
||||
/// failed.
|
||||
|
Reference in New Issue
Block a user