관리-도구
편집 파일: ApiConnectionFailed.php
<?php declare(strict_types=1); namespace Kreait\Firebase\Exception\RemoteConfig; use Kreait\Firebase\Exception\RemoteConfigException; use Kreait\Firebase\Exception\RuntimeException; final class ApiConnectionFailed extends RuntimeException implements RemoteConfigException { }