0
0
mirror of https://github.com/pmmp/ext-encoding.git synced 2025-10-02 05:20:10 +00:00
Files
ext-encoding/stubs/DataDecodeException.stub.php
2025-09-06 17:19:19 +01:00

16 lines
267 B
PHP

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