Implement parameter conversion and named parameters

[MAILPOET-6142]
This commit is contained in:
Jan Jakes
2024-07-13 14:15:26 +02:00
committed by Aschepikov
parent 53cad38099
commit c42c37e8b1
5 changed files with 331 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
<?php declare(strict_types = 1);
namespace MailPoet\Doctrine\WPDB\Exceptions;
use Exception;
class MissingParameterException extends Exception {
}