Mailgun\Exception\HttpClientException::notFound PHP Method

notFound() public static method

public static notFound ( )
    public static function notFound()
    {
        return new self('The endpoint you tried to access does not exist. Check your URL.', 404);
    }