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
/
gtMissingOptionsException.php
blob: 5bff5e01a0ab71064dffe353c2658d654fd420f7 (
plain
)
1
2
3
4
5
6
7
<
?php
class
gtMissingOptionsException
extends
RuntimeException
{
}
?
>