We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go\DB\Exceptions\StorageNotFound
Раздел: обработка исключений.
final class StorageNotFound extends Storage
final class StorageNotFound extends
Попытка получить из хранилища объект по имени, которого не существует.
$Storage = new go\DB\Storage(); $db = $Storage->get('name'); // DB with name "name" not found in Storage