orkhanahmadov/cbar-currency

View on GitHub
src/Exceptions/DateException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Orkhanahmadov\CBARCurrency\Exceptions;

use Exception;

class DateException extends Exception
{
}