Commit 67a9bf71fb5ff14c8dfd1ff176c0acbf4325c978

Authored by Paul Barrett
1 parent 144f91fb

Remove exception class duplicating existing PHP exception

Story ID:2295472. Update KT CMIS implementation to 1.0 compliance

Committed by: Paul Barrett
lib/api/ktcmis/exceptions/PermissionDeniedException.inc.php deleted
1   -<?php
2   -
3   -class PermissionDeniedException extends Exception {
4   -
5   -}
6   -
7   -?>