Bitrix API

IoException extends SystemException

This exception is thrown when an I/O error occurs.

Table of Contents

Methods

__construct()  : mixed
Creates new exception object.
getPath()  : string
Path that generated exception.

Methods

__construct()

Creates new exception object.

public __construct([string $message = "" ][, string $path = "" ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string = ""

Exception message

$path : string = ""

Path that generated exception.

$previous : Throwable|null = null

getPath()

Path that generated exception.

public getPath() : string
Return values
string

        
On this page

Search results