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