OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
inc
/
simplepie
/
library
/
SimplePie
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/22/2020 06:22:25 AM
rwxr-xr-x
📄
Author.php
3.49 KB
04/17/2017 07:29:31 AM
rw-r--r--
📁
Cache
-
04/15/2025 11:07:08 AM
rwxrwxrwx
📄
Cache.php
4.27 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Caption.php
4.39 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Category.php
3.87 KB
04/17/2017 07:29:31 AM
rw-r--r--
📁
Content
-
08/22/2020 06:22:20 AM
rwxr-xr-x
📄
Copyright.php
3.27 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Core.php
2.2 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Credit.php
3.62 KB
04/17/2017 07:29:31 AM
rw-r--r--
📁
Decode
-
08/22/2020 06:22:21 AM
rwxr-xr-x
📄
Enclosure.php
26.82 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Exception.php
2.12 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
File.php
10.09 KB
04/17/2017 07:29:31 AM
rw-r--r--
📁
HTTP
-
08/22/2020 06:22:22 AM
rwxr-xr-x
📄
IRI.php
28.22 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Item.php
97.13 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Locator.php
12.53 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Misc.php
51.12 KB
04/17/2017 07:29:31 AM
rw-r--r--
📁
Net
-
08/22/2020 06:22:23 AM
rwxr-xr-x
📁
Parse
-
06/06/2021 08:24:42 AM
rwxr-xr-x
📄
Parser.php
27.42 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Rating.php
3.35 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Registry.php
5.83 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Restriction.php
3.69 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Sanitize.php
16.07 KB
04/17/2017 07:29:31 AM
rw-r--r--
📄
Source.php
20.04 KB
04/17/2017 07:29:31 AM
rw-r--r--
📁
XML
-
08/22/2020 06:22:25 AM
rwxr-xr-x
📄
gzdecode.php
8.35 KB
04/17/2017 07:29:31 AM
rw-r--r--
Editing: Exception.php
Close
<?php /** * SimplePie * * A PHP-Based RSS and Atom Feed Framework. * Takes the hard work out of managing a complete RSS/Atom solution. * * Copyright (c) 2004-2016, Ryan Parman, Geoffrey Sneddon, Ryan McCue, and contributors * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, this list of * conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, this list * of conditions and the following disclaimer in the documentation and/or other materials * provided with the distribution. * * * Neither the name of the SimplePie Team nor the names of its contributors may be used * to endorse or promote products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS * AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * * @package SimplePie * @copyright 2004-2016 Ryan Parman, Geoffrey Sneddon, Ryan McCue * @author Ryan Parman * @author Geoffrey Sneddon * @author Ryan McCue * @link http://simplepie.org/ SimplePie * @license http://www.opensource.org/licenses/bsd-license.php BSD License */ /** * General SimplePie exception class * * @package SimplePie */ class SimplePie_Exception extends Exception { }