芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/libraries.4/vendor/beberlei/assert/lib/Assert/LazyAssertionException.php
getPropertyPath(), $error->getMessage()); } return new static($message, $errors); } public function __construct($message, array $errors) { parent::__construct($message, 0, null, null); $this->errors = $errors; } /** * @return InvalidArgumentException[] */ public function getErrorExceptions(): array { return $this->errors; } }