Exemplo n.º 1
0
 function testSetErrorHandler()
 {
     Aira::setErrorHandler(function () {
     });
     Aira::error('NEP');
 }