mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Tweak error message
This commit is contained in:
parent
90dc39c296
commit
9a827c48ae
@ -507,7 +507,7 @@ class Config
|
||||
$autoloader_path = $config->base_dir . DIRECTORY_SEPARATOR . $config_xml['autoloader'];
|
||||
|
||||
if (!file_exists($autoloader_path)) {
|
||||
throw new ConfigException('Cannot locate config schema');
|
||||
throw new ConfigException('Cannot locate autoloader');
|
||||
}
|
||||
|
||||
$config->autoloader = realpath($autoloader_path);
|
||||
|
Loading…
Reference in New Issue
Block a user