Delete Unused Test Member

This commit is contained in:
oleibman
2026-07-02 20:05:00 -07:00
parent bccdf28672
commit 3a2d9e4403
@@ -1,20 +0,0 @@
<?php
/**
* For the full copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
declare(strict_types=1);
namespace {
if (!class_exists(DateMalformedStringException::class)) {
/**
* Class DateMalformedStringException
* Polyfill class for the DateMalformedStringException.
*/
class DateMalformedStringException extends Exception
{
}
}
}