Вход Регистрация
Файл: vendor/doctrine/dbal/src/Exception/InvalidArgumentException.php
Строк: 24
<?php

namespace DoctrineDBALException;

use 
DoctrineDBALException;

/**
 * Exception to be thrown when invalid arguments are passed to any DBAL API
 */
class InvalidArgumentException extends Exception
{
    
/** @return self */
    
public static function fromEmptyCriteria()
    {
        return new 
self('Empty criteria was used, expected non-empty criteria');
    }
}
Онлайн: 2
Реклама