summaryrefslogtreecommitdiffstats
path: root/3rdparty/ZendFeed/Reader/Exception/BadMethodCallException.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 19:11:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 19:11:56 +0200
commit7580c7ef70c312ef75c0cb5f89f775f12736ec33 (patch)
treea2e20b61eb1072c8344e0b17beb356158c1d98f9 /3rdparty/ZendFeed/Reader/Exception/BadMethodCallException.php
parenteae7948b3d8033224d2fda9d2b7aa7df77a73cf6 (diff)
get rid of zendfeed again
Diffstat (limited to '3rdparty/ZendFeed/Reader/Exception/BadMethodCallException.php')
-rw-r--r--3rdparty/ZendFeed/Reader/Exception/BadMethodCallException.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/3rdparty/ZendFeed/Reader/Exception/BadMethodCallException.php b/3rdparty/ZendFeed/Reader/Exception/BadMethodCallException.php
deleted file mode 100644
index ee1ef94cb..000000000
--- a/3rdparty/ZendFeed/Reader/Exception/BadMethodCallException.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/**
- * Zend Framework (http://framework.zend.com/)
- *
- * @link http://github.com/zendframework/zf2 for the canonical source repository
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- * @license http://framework.zend.com/license/new-bsd New BSD License
- */
-
-namespace Zend\Feed\Reader\Exception;
-
-use Zend\Feed\Exception;
-
-class BadMethodCallException
- extends Exception\BadMethodCallException
- implements ExceptionInterface
-{}