From 3c51baa4167d5a68ff010dc81525b9340c5f1329 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 24 May 2014 14:45:13 +0200 Subject: Moved code into src subfolder and fixed docu --- src/RuntimeError.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/RuntimeError.php (limited to 'src/RuntimeError.php') diff --git a/src/RuntimeError.php b/src/RuntimeError.php new file mode 100644 index 0000000..ff3b26d --- /dev/null +++ b/src/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