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
  • PermissionDeniedException.inc.php
  • Added PermissionDeniedException class. Throw this on failed auth attempts (stil… ...
    a83c2de9
    …l needed for service doc but in place for general services.) Added header for HTTP Basic Auth on failure.
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-10 11:46:52 +0200  
    Browse Code »
PermissionDeniedException.inc.php 66 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
<?php

class PermissionDeniedException extends Exception {

}

?>