diff options
Diffstat (limited to 'Mustache/Exception.php')
-rw-r--r-- | Mustache/Exception.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Mustache/Exception.php b/Mustache/Exception.php new file mode 100644 index 0000000..d4001a9 --- /dev/null +++ b/Mustache/Exception.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. + */ + +/** + * A Mustache Exception interface. + */ +interface Mustache_Exception +{ + // This space intentionally left blank. +} |