Ubiquity
2.0.2
php rapid development framework
RestException.php
Go to the documentation of this file.
1
<?php
2
namespace
Ubiquity\exceptions
;
3
4
10
class
RestException
extends
UbiquityException
{
11
public
function
__construct
($message=null,$code=null,$previous=null){
12
parent::__construct($message, $code, $previous);
13
}
14
}
Ubiquity\exceptions
Definition:
CacheException.php:2
Ubiquity\exceptions\RestException
Exceptions for Rest service.
Definition:
RestException.php:10
Ubiquity\exceptions\RestException\__construct
__construct($message=null, $code=null, $previous=null)
Definition:
RestException.php:11
Ubiquity\exceptions\UbiquityException
Definition:
UbiquityException.php:6
Ubiquity
exceptions
RestException.php
Generated on Tue Mar 13 2018 03:05:09 for
Ubiquity
by
doxygen
1.8.13