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
  • UpdateConflictException.inc.php
  • Added new CMIS exceptions. ...
    b2361048
    Added initial createDocument function
    
    Added skeleton of setContentStream function
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-01 18:01:26 +0200  
    Browse Code ยป
UpdateConflictException.inc.php 64 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
<?php

class UpdateConflictException extends Exception {

}

?>