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