Ignore:
Timestamp:
05/11/12 10:38:02 (12 years ago)
Author:
niltonneto
Message:

Ticket #2507 - Refatorado e centralizado tratamento de Erros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/rest/core/LoginResource.php

    r6149 r6165  
    3535                else 
    3636                { 
    37                         throw new ResponseException("",$GLOBALS['phpgw']->session->cd_reason); 
     37                        Errors::runException($GLOBALS['phpgw']->session->cd_reason); 
    3838                } 
    3939                return $this->getResponse(); 
Note: See TracChangeset for help on using the changeset viewer.