diff options
Diffstat (limited to 'scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownSectionException.php')
-rw-r--r-- | scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownSectionException.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownSectionException.php b/scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownSectionException.php new file mode 100644 index 0000000..c484324 --- /dev/null +++ b/scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownSectionException.php @@ -0,0 +1,6 @@ +<?php + +class gtUnknownSectionException extends RuntimeException + { + } +?>
\ No newline at end of file |