NotFoundException Class

An exception raised when a resource could not be found.

Inheritance
NotFoundException

Constructor

NotFoundException(exception_message='', target=None, **kwargs)

Parameters

exception_message
str
Required

A message describing the error.

target
default value: None