diff --git a/src/Model/Connection.php b/src/Model/Connection.php index 912773f..d3da525 100644 --- a/src/Model/Connection.php +++ b/src/Model/Connection.php @@ -92,9 +92,17 @@ class Connection extends \Yggverse\Yoda\Abstract\Model\Connection default: - throw new \Exception( + $this->setTitle( + _('Oops!') + ); + + $this->setData( _('Protocol not supported') ); + + $this->setCompleted( + true + ); } } } \ No newline at end of file