From d48be01fff31a7a9d611802721aa70532d251c3a Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 24 May 2014 14:55:11 +0200 Subject: Moved to src/ste for psr-4 compliance --- src/ste/RuntimeError.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/ste/RuntimeError.php (limited to 'src/ste/RuntimeError.php') diff --git a/src/ste/RuntimeError.php b/src/ste/RuntimeError.php new file mode 100644 index 0000000..ff3b26d --- /dev/null +++ b/src/ste/RuntimeError.php @@ -0,0 +1,13 @@ + is false, this will generate a error message instead of the tag's output. + */ +class RuntimeError extends \Exception {} -- cgit v1.2.3-54-g00ecf