mirror of
https://github.com/pmmp/ext-encoding.git
synced 2025-10-02 05:20:10 +00:00
16 lines
267 B
PHP
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{
|
|
|
|
}
|