Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
Cache
Location:
/home/zoteqbgb/public_html/vendor/doctrine/dbal/src/Cache
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: CacheException.php
<?php namespace Doctrine\DBAL\Cache; use Doctrine\DBAL\Exception; class CacheException extends Exception { /** @return CacheException */ public static function noCacheKey() { return new self('No cache key was set.'); } /** @return CacheException */ public static function noResultDriverConfigured() { return new self('Trying to cache a query but no result driver is configured.'); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
ArrayResult.php
2,139 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
CacheException.php
437 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
QueryCacheProfile.php
5,233 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
Chang
Apply