Path : /var/www/html/jewelry-pos/vendor/mobiledetect/mobiledetectlib/src/Cache/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //var/www/html/jewelry-pos/vendor/mobiledetect/mobiledetectlib/src/Cache/CacheException.php |
<?php namespace Detection\Cache; use Psr\SimpleCache\InvalidArgumentException; class CacheException extends \Exception { public function __construct($message, $code = 0, \Throwable $previous = null) { // some code // make sure everything is assigned properly parent::__construct($message, $code, $previous); } }