]>
git.datanom.net - omvzfs.git/blob - src/Exception.php
4 * OMVModuleZFSException class
6 * @author Michael Rasmussen
8 * @copyright Michael Rasmussen <mir@datanom.net>
11 class OMVModuleZFSException
extends Exception
{
16 * @param Disk $disk XXX
20 public function __construct(string $message = "", int $code = 0, Exception
$previous = NULL) {
21 parent
::__construct(string $message = "", int $code = 0, Exception
$previous = NULL);
This page took 0.125359 seconds and 6 git commands to generate.