Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • lib
  • api
  • ktcmis
  • exceptions
  • StorageException.inc.php
  • Added some CMIS exception classes. Used these exceptions in the createFolder fu… ...
    834f8d17
    …nction and a few other places according to the specification.  Modified ktcmis interface to check for exceptions in appropriate cases.
    
    Extended Unit Tests for CMIS to double check folder creation instead of relying on initial output of createFolder function.
    
    Cleaned up some comments and unnecessary code in CMIS classes.
    
    Additional framework code for CMIS checkedout functionality
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-01 09:44:30 +0200  
    Browse Code »
StorageException.inc.php 57 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
<?php

class StorageException extends Exception {

}

?>