1.1 KiB
1.1 KiB
Exceptions
All exceptions inherits from the standard Exception
class.
Library Exceptions
PicoFeed\PicoFeedException
: Base class exception for the library
Client Exceptions
PicoFeed\Client\ClientException
: Base exception class for the Client classPicoFeed\Client\InvalidCertificateException
: Invalid SSL certificatePicoFeed\Client\InvalidUrlException
: Malformed URL, page not found (404), unable to establish a connectionPicoFeed\Client\MaxRedirectException
: Maximum of HTTP redirections reachedPicoFeed\Client\MaxSizeException
: The response size exceeds to maximum allowedPicoFeed\Client\TimeoutException
: Connection timeout
Parser Exceptions
PicoFeed\Parser\ParserException
: Base exception class for the Parser classPicoFeed\Parser\MalformedXmlException
: XML Parser error
Reader Exceptions
PicoFeed\Reader\ReaderException
: Base exception class for the ReaderPicoFeed\Reader\SubscriptionNotFoundException
: Unable to find a feed for the given websitePicoFeed\Reader\UnsupportedFeedFormatException
: Unable to detect the feed format