Updated Library Documentation (markdown)
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user