芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/lib/horde/framework/Horde/Exception/Wrapped.php
getCode(); } if ($message instanceof Exception) { $previous = $message; } if (method_exists($message, 'getUserinfo') && $details = $message->getUserinfo()) { $this->details = $details; } elseif (!empty($message->details)) { $this->details = $message->details; } $message = (string)$message->getMessage(); } parent::__construct($message, $code, $previous); } }