Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/report/lib/visualconstructor/internal/error/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/report/lib/visualconstructor/internal/error/ierrorable.php

<?php
namespace Bitrix\Report\VisualConstructor\Internal\Error;

/**
 * Interface IErrorable
 * @package Bitrix\Report\VisualConstructor\Internal\Error
 */
interface IErrorable
{
	/**
	 * Get Errors collections.
	 * @return array
	 */
	public function getErrors();
}