diff options
Diffstat (limited to 'Mustache/Exception/RuntimeException.php')
-rw-r--r-- | Mustache/Exception/RuntimeException.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Mustache/Exception/RuntimeException.php b/Mustache/Exception/RuntimeException.php new file mode 100644 index 0000000..b6369f4 --- /dev/null +++ b/Mustache/Exception/RuntimeException.php @@ -0,0 +1,18 @@ +<?php + +/* + * This file is part of Mustache.php. + * + * (c) 2010-2017 Justin Hileman + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +/** + * Runtime exception. + */ +class Mustache_Exception_RuntimeException extends RuntimeException implements Mustache_Exception +{ + // This space intentionally left blank. +} |