%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/kreait/firebase-php/src/Firebase/Exception/ |
| Current File : /home/graphicd/public_html/vebto/vendor/kreait/firebase-php/src/Firebase/Exception/HasErrors.php |
<?php
declare(strict_types=1);
namespace Kreait\Firebase\Exception;
/**
* @codeCoverageIgnore
*/
trait HasErrors
{
/** @var array<mixed> */
protected $errors = [];
/**
* @return array<mixed>
*/
public function errors(): array
{
return $this->errors;
}
}