ProviderException
class ProviderException extends Exception (View source)
| internal | This is an internal part of the oEmbed system and should only be used by oEmbed-related code in Drupal core. |
Exception thrown if an oEmbed provider causes an error.
Properties
| protected Provider | $provider | Information about the oEmbed provider which caused the exception. |
Methods
__construct(string $message, Provider $provider = NULL, Exception $previous = NULL)
ProviderException constructor.