mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 12:07:56 +00:00
Delete Unused Test Member
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user