Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс IoException
+ Граф наследования:IoException:

Открытые члены

 __construct ($message="", $path="", \Exception $previous=null)
 
 getPath ()
 
- Открытые члены унаследованные от SystemException
 __construct ($message="", $code=0, $file="", $line=0, \Exception $previous=null)
 

Защищенные данные

 $path
 

Подробное описание

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

См. определение в файле ioexception.php строка 7

Конструктор(ы)

◆ __construct()

__construct ( $message = "",
$path = "",
\Exception $previous = null )

Creates new exception object.

Аргументы
string$messageException message
string$pathPath that generated exception.
\Exception$previous

См. определение в файле ioexception.php строка 18

Методы

◆ getPath()

getPath ( )

Path that generated exception.

Возвращает
string

См. определение в файле ioexception.php строка 29

Данные класса

◆ $path

$path
protected

См. определение в файле ioexception.php строка 9