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
|
A message describing the error. |
target
|
Default value: None
|