Returns the exception handler that this view uses.
(self)
| 298 | return self._negotiator |
| 299 | |
| 300 | def get_exception_handler(self): |
| 301 | """ |
| 302 | Returns the exception handler that this view uses. |
| 303 | """ |
| 304 | return self.settings.EXCEPTION_HANDLER |
| 305 | |
| 306 | # API policy implementation methods |
| 307 |