Updated Library Documentation (markdown)

2025-09-02 19:19:25 +03:00
parent 780aeb3885
commit 38ccd7680f

@@ -203,7 +203,7 @@ int main(int argc, char** argv) {
---
#### Error Class
It is a throwable error class derived from `std::exception`. Thrown errors are also recorded in the logs.
It is a throwable error class derived from `std::exception`. Thrown errors are also recorded in the logs. Can take `printf()` style input.
```c++
#include <libhelper/lib.hpp>