Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ValueError.php « stubs « Resources « polyfill-php80 « symfony - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3a9b88b09657f6d263f956ca918144d8716cb43 (plain)
1
2
3
4
5
6
7
<?php

if (\PHP_VERSION_ID < 80000) {
    class ValueError extends Error
    {
    }
}