Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
EWouldBlock.inl
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4
5namespace Stroika::Foundation::Streams {
6
7 inline EWouldBlock::EWouldBlock ()
8 : inherited{"Stream Read Would Block"sv}
9 {
10 }
11
12}