forked from KPGPMC/furlang
docs: document stack underflow exception
This commit is contained in:
@@ -143,6 +143,7 @@ using context_p = std::shared_ptr<context>;
|
||||
// exceptions.hpp:
|
||||
|
||||
/**
|
||||
* @class stack_underflow
|
||||
* @brief Stack underflow exception.
|
||||
*/
|
||||
class stack_underflow;
|
||||
|
||||
Reference in New Issue
Block a user