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