IoException constructor
public \Bitrix\Main\IO\IoException::__construct( string $message = "", string $path = "", \Exception $previous = null );
Non-static method is called when creating a class instance, allowing performing specific actions within it when creating an object. Receives only message and path. Passed error code: 120.
Parameters
Parameter | Description | Version |
---|---|---|
$message | Exception message | |
$path | Path that generated exception. | |
$previous | Previous exception. Used for building chain of exceptions. |
Example
© «Bitrix24», 2001-2024
Up