Closed
Description
Take for example the GoIpTransport, it contains the following lines:
symfony/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php
Lines 65 to 67 in c98b02a
I would like to have a dedicated exception class UnsupportedOptionsException
, basically the same as I did in
This could be done for all bridges which already use options.
Note
It is important to also raise the notifier version to 7.3
in the composer.json
files where this new exception is used.