эксепшон блокирует загрузку?
This commit is contained in:
parent
43a99dcb98
commit
6e730bc841
@ -32,8 +32,10 @@ spl_autoload_register(function ($class_name) {
|
|||||||
require_once 'classes/' . $class_name;
|
require_once 'classes/' . $class_name;
|
||||||
} elseif (file_exists('models/' . $class_name)) {
|
} elseif (file_exists('models/' . $class_name)) {
|
||||||
require_once 'models/' . $class_name;
|
require_once 'models/' . $class_name;
|
||||||
|
} else {
|
||||||
|
throw new Exception(sprintf('Невозможно загрузить класс %s',$class_name));
|
||||||
}
|
}
|
||||||
throw new Exception(sprintf('Невозможно загрузить класс %s!',$class_name));
|
|
||||||
});
|
});
|
||||||
|
|
||||||
/* === Для нападалок. Сперва комнаты в которых нельзя напасть, потом персонаж на которого нельзя напасть. === */
|
/* === Для нападалок. Сперва комнаты в которых нельзя напасть, потом персонаж на которого нельзя напасть. === */
|
||||||
|
Loading…
Reference in New Issue
Block a user