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

?>