from abc import ABC, abstractmethod class UnknownChannel(Exception): pass
<?php namespace App\Payment; use Symfony\Component\DependencyInjection\Attribute\AutoconfigureTag;