관리-도구
편집 파일: ServerException.php
<?php namespace Doctrine\DBAL\Exception; /** * Base class for all server related errors detected in the driver. */ class ServerException extends DriverException { }