mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Loader::registerNamespace(): correct exception message
This commit is contained in:
parent
30d0ebcdfd
commit
8733238a6e
@ -40,9 +40,9 @@ class Loader
|
|||||||
{
|
{
|
||||||
if (!is_dir($directory)) {
|
if (!is_dir($directory)) {
|
||||||
throw new ProgrammingError(sprintf(
|
throw new ProgrammingError(sprintf(
|
||||||
'Namespace directory "%s" for "%s" does not exist',
|
'Directory "%s" for namespace "%s" does not exist',
|
||||||
$namespace,
|
$directory,
|
||||||
$directory
|
$namespace
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user