summaryrefslogtreecommitdiffstats
path: root/db/multipleobjectsreturnedexception.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 20:14:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 20:14:00 +0200
commitf82b818bdb852f63fdb4a431808f37902f4272ff (patch)
tree60e23d0b4b95a5f862661f3ad4fcc8cfa21f076f /db/multipleobjectsreturnedexception.php
parentc9c7b457a09ed3f1899099bba60dad21ff6ad026 (diff)
break all the things!
Diffstat (limited to 'db/multipleobjectsreturnedexception.php')
-rw-r--r--db/multipleobjectsreturnedexception.php31
1 files changed, 0 insertions, 31 deletions
diff --git a/db/multipleobjectsreturnedexception.php b/db/multipleobjectsreturnedexception.php
deleted file mode 100644
index 922d7a22a..000000000
--- a/db/multipleobjectsreturnedexception.php
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-/**
- * ownCloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Alessandro Cosentino <cosenal@gmail.com>
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Alessandro Cosentino 2012
- * @copyright Bernhard Posselt 2012, 2014
- */
-
-namespace OCA\News\Db;
-
-
-/**
- * This is returned or should be returned when a find request finds more than one
- * row
- */
-class MultipleObjectsReturnedException extends \Exception {
-
- /**
- * Constructor
- * @param string $msg the error message
- */
- public function __construct($msg){
- parent::__construct($msg);
- }
-
-} \ No newline at end of file