Skip to content

Commit 726ca04

Browse files
authored
Update WeatherException.php
1 parent 1c813be commit 726ca04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Exceptions/WeatherException.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace RakibDevs\Weather\Src\Exceptions;
2+
namespace RakibDevs\Weather\Exceptions;
33

44
use Exception;
55

@@ -16,4 +16,4 @@ public function render()
1616
return $this->e->getResponse() == null?'Nothing found':$this->e->getResponse()->getBody(true);
1717
}
1818

19-
}
19+
}

0 commit comments

Comments
 (0)