From 692a4a48d5f8f74a06d0b5890e31887a76a903f3 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 8 Jul 2017 13:58:36 -0400 Subject: Improve exception handling, introduce autoloading --- private/View/Output.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 private/View/Output.php (limited to 'private/View/Output.php') diff --git a/private/View/Output.php b/private/View/Output.php new file mode 100644 index 0000000..fe42c15 --- /dev/null +++ b/private/View/Output.php @@ -0,0 +1,34 @@ + $result->getResultType(), + "Content" => $result->getResult() + )); + } +} -- cgit