mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-15 15:16:51 +02:00
Add msgpack prefix to type_errors
This commit is contained in:
@@ -630,7 +630,7 @@ inline msgpack::packer<Stream>& operator<< (msgpack::packer<Stream>& o, const ms
|
||||
return o;
|
||||
|
||||
default:
|
||||
throw type_error();
|
||||
throw msgpack::type_error();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user