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