laerror use std::exception
This commit is contained in:
parent
4e2ee8a14e
commit
4a8e008811
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user