Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. IOExceptionInterface.php

interface IOExceptionInterface

IOException interface for file and input/output stream related exceptions thrown by the component.

@author Christian Gärtner <christiangaertner.film@googlemail.com>

Hierarchy

  • interface \Symfony\Component\Filesystem\Exception\ExceptionInterface extends \Symfony\Component\Filesystem\Exception\Throwable
    • interface \Symfony\Component\Filesystem\Exception\IOExceptionInterface extends \Symfony\Component\Filesystem\Exception\ExceptionInterface

Expanded class hierarchy of IOExceptionInterface

All classes that implement IOExceptionInterface

File

vendor/symfony/filesystem/Exception/IOExceptionInterface.php, line 19

Namespace

Symfony\Component\Filesystem\Exception
View source
interface IOExceptionInterface extends ExceptionInterface {
    
    /**
     * Returns the associated path for the exception.
     */
    public function getPath() : ?string;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
IOExceptionInterface::getPath public function Returns the associated path for the exception. 1

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal