<?php declare(strict_types=1); namespace App\Core\Payment\Exceptions; use Exception; class PaymentMethodException extends Exception { }