Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
CacheException.php
Go to the documentation of this file.
1<?php
2namespace Ubiquity\exceptions;
3
4
11 public function __construct($message=null,$code=0,$previous=null){
12 parent::__construct($message, $code, $previous);
13 }
14}
__construct($message=null, $code=0, $previous=null)