You are here

public function FileLinkInterface::getException in File Link 2.0.x

Same name and namespace in other branches
  1. 8 src/FileLinkInterface.php \Drupal\file_link\FileLinkInterface::getException()

Gets the last Guzzle client exception.

Return value

\GuzzleHttp\Exception\RequestException The last Guzzle client exception.

1 method overrides FileLinkInterface::getException()
FileLinkItem::getException in src/Plugin/Field/FieldType/FileLinkItem.php
Gets the last Guzzle client exception.

File

src/FileLinkInterface.php, line 70

Class

FileLinkInterface
Provides an interface for File Link field.

Namespace

Drupal\file_link

Code

public function getException();