summaryrefslogtreecommitdiff
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
  {
  }

?>