Ubiquity  2.0.0
php rapid development framework
RestException.php
Go to the documentation of this file.
1 <?php
2 namespace Ubiquity\exceptions;
3 
4 
11  public function __construct($message=null,$code=null,$previous=null){
12  parent::__construct($message, $code, $previous);
13  }
14 }
Exceptions for Rest service.
__construct($message=null, $code=null, $previous=null)