관리-도구
편집 파일: Exception.php
<?php namespace Doctrine\DBAL\ArrayParameters; use Throwable; /** @internal */ interface Exception extends Throwable { }