diff options
Diffstat (limited to 'lib/public/Accounts/PropertyDoesNotExistException.php')
-rw-r--r-- | lib/public/Accounts/PropertyDoesNotExistException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Accounts/PropertyDoesNotExistException.php b/lib/public/Accounts/PropertyDoesNotExistException.php index 17c629fdc3e..0ce3f1b069b 100644 --- a/lib/public/Accounts/PropertyDoesNotExistException.php +++ b/lib/public/Accounts/PropertyDoesNotExistException.php @@ -30,7 +30,6 @@ namespace OCP\Accounts; * */ class PropertyDoesNotExistException extends \Exception { - /** * Constructor * @param string $msg the error message |