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/Input.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Phorkie/Exception/Input.php (limited to 'src/Phorkie/Exception/Input.php') diff --git a/src/Phorkie/Exception/Input.php b/src/Phorkie/Exception/Input.php new file mode 100644 index 0000000..2b675c1 --- /dev/null +++ b/src/Phorkie/Exception/Input.php @@ -0,0 +1,17 @@ +httpStatusCode = 400; + } +} + +?> -- cgit v1.2.3