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

class gtUnknownSectionException extends RuntimeException
  {
  }
?>