From 5f427dd38c8d47711ea73015076bb390761e05dd Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 26 Mar 2012 08:05:46 +0200 Subject: use repository and file classes --- src/Phorkie/Exception/NotFound.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/Phorkie/Exception/NotFound.php (limited to 'src/Phorkie/Exception/NotFound.php') diff --git a/src/Phorkie/Exception/NotFound.php b/src/Phorkie/Exception/NotFound.php new file mode 100644 index 0000000..a62d1f1 --- /dev/null +++ b/src/Phorkie/Exception/NotFound.php @@ -0,0 +1,16 @@ +httpStatusCode = 404; + } +} + +?> -- cgit v1.2.3