관리-도구
편집 파일: SchemaDoesNotExist.php
<?php namespace Doctrine\DBAL\Exception; /** @psalm-immutable */ class SchemaDoesNotExist extends DatabaseObjectNotFoundException { }