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