summaryrefslogtreecommitdiff
path: root/vendor/doctrine/dbal/src/Exception/DatabaseDoesNotExist.php
blob: d569d781a4450c8b0827061811f7a97541c0d3cb (plain)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Exception;

/** @psalm-immutable */
class DatabaseDoesNotExist extends DatabaseObjectNotFoundException
{
}