summaryrefslogtreecommitdiff
path: root/scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownSectionException.php
blob: b51482b00dae0d23da64bd7286cb5b2124e71c1b (plain)
1
2
3
4
5
6
<?php

class gtUnknownSectionException extends RuntimeException
  {
  }
?>