mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-02 13:09:53 +09:00
8 lines
87 B
PHP
8 lines
87 B
PHP
<?php
|
|
|
|
if (\PHP_VERSION_ID < 80000) {
|
|
class ValueError extends Error
|
|
{
|
|
}
|
|
}
|