docs: document stack underflow exception

This commit is contained in:
2026-06-10 15:10:35 +02:00
parent 874d1f14cb
commit d86f38d166
+1
View File
@@ -143,6 +143,7 @@ using context_p = std::shared_ptr<context>;
// exceptions.hpp:
/**
* @class stack_underflow
* @brief Stack underflow exception.
*/
class stack_underflow;