1
0
mirror of https://github.com/pmmp/ext-encoding.git synced 2024-11-27 04:39:03 +00:00
ext-encoding/stubs/DataDecodeException.stub.php
Dylan K. Taylor ebc08e81b9
...
2023-11-07 13:43:33 +00:00

13 lines
229 B
PHP

<?php
/** @generate-class-entries */
namespace pmmp\encoding;
/**
* Thrown by ByteBuffer read functions on failure, usually due to insufficient remaining data
*/
final class DataDecodeException extends \RuntimeException{
}