pwm/datetime-period

View on GitHub
src/Exceptions/NegativeDateTimePeriod.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace Pwm\DateTimePeriod\Exceptions;

use InvalidArgumentException;

class NegativeDateTimePeriod extends InvalidArgumentException
{
}