Ubiquity  2.0.2
php rapid development framework
RouterException.php
Go to the documentation of this file.
1 <?php
2 namespace Ubiquity\exceptions;
3 
10  public function __construct($message=null,$code=null,$previous=null){
11  parent::__construct($message, $code, $previous);
12  }
13 }
__construct($message=null, $code=null, $previous=null)