NotFoundException Class

An exception raised when a resource could not be found.

Inheritance
NotFoundException

Constructor

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

Parameters

Name Description
exception_message
Required
str

A message describing the error.

target
default value: None