55
66use Trafiklab \Common \Model \Exceptions \InvalidKeyException ;
77use Trafiklab \Common \Model \Exceptions \InvalidRequestException ;
8- use Trafiklab \Common \Model \Exceptions \InvalidStoplocationException ;
8+ use Trafiklab \Common \Model \Exceptions \InvalidStopLocationException ;
99use Trafiklab \Common \Model \Exceptions \KeyRequiredException ;
1010use Trafiklab \Common \Model \Exceptions \QuotaExceededException ;
1111use Trafiklab \Common \Model \Exceptions \RequestTimedOutException ;
@@ -60,7 +60,7 @@ public function setFindStopLocationApiKey(string $apiKey): void;
6060 * @return TimeTableResponse The response from the API.
6161 * @throws InvalidKeyException
6262 * @throws InvalidRequestException
63- * @throws InvalidStoplocationException
63+ * @throws InvalidStopLocationException
6464 * @throws KeyRequiredException
6565 * @throws QuotaExceededException
6666 * @throws RequestTimedOutException
@@ -76,7 +76,7 @@ public function getTimeTable(TimeTableRequest $timeTableRequest): TimeTableRespo
7676 * @return RoutePlanningResponse The response from the API.
7777 * @throws InvalidKeyException
7878 * @throws InvalidRequestException
79- * @throws InvalidStoplocationException
79+ * @throws InvalidStopLocationException
8080 * @throws KeyRequiredException
8181 * @throws QuotaExceededException
8282 * @throws RequestTimedOutException
@@ -93,7 +93,7 @@ public function getRoutePlanning(RoutePlanningRequest $routePlanningRequest): Ro
9393 * @return FindStopLocationResponse The response from the API.
9494 * @throws InvalidKeyException
9595 * @throws InvalidRequestException
96- * @throws InvalidStoplocationException
96+ * @throws InvalidStopLocationException
9797 * @throws KeyRequiredException
9898 * @throws QuotaExceededException
9999 * @throws RequestTimedOutException
0 commit comments