mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 15:47:32 +02:00
Outputting path to expected bridge should help newcomers feeling welcomed, no ?
This commit is contained in:
@@ -94,7 +94,7 @@ class Bridge{
|
||||
$pathBridge = self::getDir() . $nameBridge . '.php';
|
||||
|
||||
if( !file_exists($pathBridge) ){
|
||||
throw new \Exception('The bridge you looking for does not exist.');
|
||||
throw new \Exception('The bridge you looking for does not exist. It should be at path '.$pathBridge);
|
||||
}
|
||||
|
||||
require_once $pathBridge;
|
||||
|
Reference in New Issue
Block a user