Current Path : /home/bitrix/initial_sites/coffe.land_1/bitrix/modules/main/lib/mail/ |
Current File : /home/bitrix/initial_sites/coffe.land_1/bitrix/modules/main/lib/mail/stopexception.php |
<?php namespace Bitrix\Main\Mail; class StopException extends \Bitrix\Main\SystemException { protected $isBufferCleaned = false; public function __construct($message = "", $code = 0, \Exception $previous = null) { parent::__construct($message, $code, '', '', $previous); } }