You are here

public function FileLinkInterface::clearException in File Link 8

Same name and namespace in other branches
  1. 2.0.x src/FileLinkInterface.php \Drupal\file_link\FileLinkInterface::clearException()

Clears a previous stored Guzzle exception.

Return value

$this

1 method overrides FileLinkInterface::clearException()
FileLinkItem::clearException in src/Plugin/Field/FieldType/FileLinkItem.php
Clears a previous stored Guzzle exception.

File

src/FileLinkInterface.php, line 77

Class

FileLinkInterface
Provides an interface for File Link field.

Namespace

Drupal\file_link

Code

public function clearException();