2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-07 23:02:13 +00:00

Changed logic_error to runtime_error for thread_resource_error

[SVN r13644]
This commit is contained in:
William E. Kempf
2002-05-03 16:19:13 +00:00
parent 9fb31e9868
commit 7ba4fc4aed

View File

@@ -18,7 +18,7 @@ lock_error::lock_error() : std::logic_error("thread lock error")
{
}
thread_resource_error::thread_resource_error() : std::logic_error("thread resource error")
thread_resource_error::thread_resource_error() : std::runtime_error("thread resource error")
{
}