Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
ThemesException.php
Go to the documentation of this file.
1<?php
2
3namespace Ubiquity\exceptions;
4
16
17 public function __construct($message = null, $code = 0, $previous = null) {
18 parent::__construct ( $message, $code, $previous );
19 }
20}
Exceptions for ThemesManager.
__construct($message=null, $code=0, $previous=null)