comparison vendor/symfony/filesystem/Exception/IOExceptionInterface.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
19 interface IOExceptionInterface extends ExceptionInterface 19 interface IOExceptionInterface extends ExceptionInterface
20 { 20 {
21 /** 21 /**
22 * Returns the associated path for the exception. 22 * Returns the associated path for the exception.
23 * 23 *
24 * @return string The path 24 * @return string|null The path
25 */ 25 */
26 public function getPath(); 26 public function getPath();
27 } 27 }