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
  • NameConstraintViolationException.inc.php
  • Update CMIS Create Folder, AtomPub level Move Folder ...
    144f91fb
    Story ID:2295472. Update KT CMIS implementation to 1.0 compliance
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2010-03-02 16:12:48 +0200  
    Browse Code ยป
NameConstraintViolationException.inc.php 73 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
<?php

class NameConstraintViolationException extends Exception {

}

?>