@@ -374,6 +374,8 @@ public function getCachePathCallable()
374
374
* @param array $params Image manipulation params.
375
375
*
376
376
* @return string Cache path.
377
+ *
378
+ * @throws FileNotFoundException
377
379
*/
378
380
public function getCachePath ($ path , array $ params = [])
379
381
{
@@ -575,6 +577,8 @@ public function getResponseFactory()
575
577
* @return mixed Image response.
576
578
*
577
579
* @throws InvalidArgumentException
580
+ * @throws FileNotFoundException
581
+ * @throws FilesystemException
578
582
*/
579
583
public function getImageResponse ($ path , array $ params )
580
584
{
@@ -595,6 +599,7 @@ public function getImageResponse($path, array $params)
595
599
*
596
600
* @return string Base64 encoded image.
597
601
*
602
+ * @throws FileNotFoundException
598
603
* @throws FilesystemException
599
604
*/
600
605
public function getImageAsBase64 ($ path , array $ params )
@@ -617,6 +622,8 @@ public function getImageAsBase64($path, array $params)
617
622
* @param array $params Image manipulation params.
618
623
*
619
624
* @throws InvalidArgumentException
625
+ * @throws FileNotFoundException
626
+ * @throws FilesystemException
620
627
*
621
628
* @return void
622
629
*/
0 commit comments