]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/include/seastar/core/sleep.hh
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / seastar / include / seastar / core / sleep.hh
index 4d4db0af65c758996c05c7d74189703704125d73..88bc185dc4cf07ee7e31dbca3c0ce8c21d4ce12a 100644 (file)
@@ -56,7 +56,7 @@ future<> sleep(std::chrono::duration<Rep, Period> dur) {
 }
 
 /// exception that is thrown when application is in process of been stopped
-class sleep_aborted : public std::exception {
+class sleep_aborted : public abort_requested_exception {
 public:
     /// Reports the exception reason.
     virtual const char* what() const noexcept {