| Новости | FAQ | Авторы | Документация | В действии | Библиотека |
| Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Misha v.3 26.05.2006 15:09 / 26.05.2006 15:10
@unhandled_exception[exception;stack]
^if($exception.type eq "parser.runtime" && def $exception.comment && ^exception.comment.pos[LIMITS.post_max_size] > 0){
$exception.handled(1)
...делаете что вам нужно...
}
^if(!$exception.handled){
^unhandled_exception_[debug|release][$exception;$stack]
}