#pragma once #include class LockTimeoutError : public std::runtime_error { public: using runtime_error::runtime_error; };