You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ValueObjects/Url.php __construct you are throwing InvalidArgumentException but your try new Url($value) in Rules/EmbeddableUrl.php is catching ServiceNotFoundException so the exception is thrown.
The text was updated successfully, but these errors were encountered:
In
ValueObjects/Url.php __construct
you are throwing InvalidArgumentException but yourtry new Url($value)
inRules/EmbeddableUrl.php
is catching ServiceNotFoundException so the exception is thrown.The text was updated successfully, but these errors were encountered: