index
:
volse-hubzilla.git
dev
drop-unused-html5-library
master
tests/test-db-setup-wip
Volse Hubzilla -- soft fork of main Hubzilla core for Volse
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
symfony
/
polyfill-php80
/
Resources
/
stubs
/
ValueError.php
blob: a3a9b88b09657f6d263f956ca918144d8716cb43 (
plain
) (
blame
)
1
2
3
4
5
6
7
<?php
if
(
\PHP_VERSION_ID
<
80000
)
{
class
ValueError
extends
Error
{
}
}