laerror use std::exception

This commit is contained in:
2022-10-31 12:53:35 +01:00
parent 4e2ee8a14e
commit 4a8e008811
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ extern bool _LA_count_check; //intentionally not const
//exception class for laerror
class LAerror
class LAerror : public std::exception
{
public:
const char *msg;