/home/edulekha/crm.edulekha.com/application/vendor/dasprid/enum/src/Exception/MismatchException.php
<?php
declare(strict_types = 1);

namespace DASPRiD\Enum\Exception;

use Exception;

final class MismatchException extends Exception implements ExceptionInterface
{
}