2013-02-01 3 views

답변

3

OK, raise_errors 예를 들면, 오류를 다시 던져 설정할 수

app = Sammy(...); 
app.raise_errors = true; 
app.run();