From 4066b1f8fd87b1bca747d5b37a0b28179e188756 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 24 Feb 2011 14:07:11 -0800 Subject: uhd: added a bunch of custom exceptions, not used yet --- host/lib/device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/device.cpp') diff --git a/host/lib/device.cpp b/host/lib/device.cpp index 386588a08..34dd3f854 100644 --- a/host/lib/device.cpp +++ b/host/lib/device.cpp @@ -140,7 +140,7 @@ device::sptr device::make(const device_addr_t &hint, size_t which){ return hash_to_device[dev_hash].lock(); } //create and register a new device - catch(const uhd::assert_error &){ + catch(const uhd::assertion_error &){ device::sptr dev = maker(dev_addr); hash_to_device[dev_hash] = dev; return dev; -- cgit v1.2.3