index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
dev
/
generate-phpt
/
src
/
setup
/
exceptions
/
gtMissingArgumentException.php
blob: 91638e5ade63d791f0a20a768f5d9e443147dfc8 (
plain
)
1
2
3
4
5
6
7
<
?php
class
gtMissingArgumentException
extends
RuntimeException
{
}
?
>