xref
: /
PHP-5.6
/
scripts
/
dev
/
generate-phpt
/
src
/
setup
/
exceptions
/
gtMissingArgumentException.php
(revision cba448a9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
class
gtMissingArgumentException
extends
RuntimeException
4
{
5
}
6
7
?>
8