diff options
| author | Simon Rettberg | 2023-10-02 18:01:05 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2023-10-02 18:01:05 +0200 |
| commit | c8e975a0151c74ea731dc709640310222d884297 (patch) | |
| tree | 62688c460ac71b65a205344e7a6d78a6ab5a96ee /Mustache/Exception.php | |
| parent | Disable deprecated warnings when not in debug mode (diff) | |
| download | slx-admin-c8e975a0151c74ea731dc709640310222d884297.tar.gz slx-admin-c8e975a0151c74ea731dc709640310222d884297.tar.xz slx-admin-c8e975a0151c74ea731dc709640310222d884297.zip | |
Update Mustache to 46286a1
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 00000000..d4001a9b --- /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. +} |
