IOException
class IOException extends RuntimeException implements IOExceptionInterface
Exception class thrown when a filesystem operation failure happens.
Methods
__construct(string $message, int $code = 0, Exception $previous = null, string $path = null)
No description
string
getPath()
Returns the associated path for the exception.
Details
at line 25
__construct(string $message, int $code = 0, Exception $previous = null, string $path = null)
at line 35
string
getPath()
Returns the associated path for the exception.