← Back
Editing: DKIMException.php
<?php declare(strict_types=1); namespace PHPMailer\DKIMValidator; use Exception; class DKIMException extends Exception { }
Save File
Cancel