public function FilterException::setInput

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php, line 50

Class

FilterException
Describes an exception that occurred within a filter.

Namespace

Assetic\Exception

Code

public function setInput($input) {
  $this->input = $input;
  $this
    ->updateMessage();
  return $this;
}