From 2b4b34a76f42841e964a549fc64c02ba4f60a3f4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 3 Apr 2012 20:15:57 +0200 Subject: rename Phorkie to phorkie (lowercase) --- 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..450b9f9 --- /dev/null +++ b/src/phorkie/Exception/NotFound.php @@ -0,0 +1,16 @@ +httpStatusCode = 404; + } +} + +?> -- cgit v1.2.3