[Emergency] Uncaught Justimmo\Exception\NotFoundException: Api call not found: 404

GET /en/real-estate/property/11271942

Line 366 in /var/www/vhosts/katrinerhart.com/httpdocs/vendor/justimmo/php-sdk/src/Justimmo/Api/JustimmoApi.php

Source

357      *
358      * @param $message
359      * @param string $exceptionClass
360      *
361      * @throws \InvalidArgumentException
362      */
363     protected function throwError($message, $exceptionClass = '\InvalidArgumentException')
364     {
365         $this->logger->error($message);
366         throw new $exceptionClass($message);
367     }
368 
369     /**
370      * @param string $baseUrl
371      *
372      * @return $this

Trace