| Current Path : /var/www/homesaver/www/bitrix/modules/report/lib/visualconstructor/internal/error/ |
| 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();
}