diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-06-03 18:05:38 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-06-03 18:05:38 -0400 |
commit | d50d663928a924a359b504c20406550758da7c2d (patch) | |
tree | 13cd90ddba7e2235e7a3e22e107cd1d05b16d6bc /lib/hintexception.php | |
parent | 195f6143a3e5654418f28b5640df279fc81c8127 (diff) | |
download | nextcloud-server-d50d663928a924a359b504c20406550758da7c2d.tar.gz nextcloud-server-d50d663928a924a359b504c20406550758da7c2d.zip |
Style and comment fixes
Diffstat (limited to 'lib/hintexception.php')
-rw-r--r-- | lib/hintexception.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hintexception.php b/lib/hintexception.php index 8c64258435b..c8bff750033 100644 --- a/lib/hintexception.php +++ b/lib/hintexception.php @@ -8,8 +8,8 @@ namespace OC; -class HintException extends \Exception -{ +class HintException extends \Exception { + private $hint; public function __construct($message, $hint, $code = 0, Exception $previous = null) { |