ok
Direktori : /home2/selectio/public_html/innerstore/vendor/doctrine/dbal/src/Exception/ |
Current File : /home2/selectio/public_html/innerstore/vendor/doctrine/dbal/src/Exception/MalformedDsnException.php |
<?php namespace Doctrine\DBAL\Exception; use InvalidArgumentException; /** @psalm-immutable */ class MalformedDsnException extends InvalidArgumentException { public static function new(): self { return new self('Malformed database connection URL'); } }