Lines 261-267
Add our specific error handler to the driver.
Link Here
|
261 |
It will displayed a trace as well as capture a screenshot of the current screen. |
261 |
It will displayed a trace as well as capture a screenshot of the current screen. |
262 |
So only case you should need it is after you called remove_error_handler |
262 |
So only case you should need it is after you called remove_error_handler |
263 |
|
263 |
|
264 |
=head remove_error_handler |
264 |
=head2 remove_error_handler |
265 |
$c->remove_error_handler |
265 |
$c->remove_error_handler |
266 |
|
266 |
|
267 |
Do *not* call this method if you are not aware of what it will do! |
267 |
Do *not* call this method if you are not aware of what it will do! |
268 |
- |
|
|