mirror of
https://github.com/pacnpal/thrillwiki_laravel.git
synced 2025-12-20 08:31:09 -05:00
Add custom exceptions for geocoding and validation errors; document GeocodeService functionality
This commit is contained in:
10
app/Exceptions/GeocodingException.php
Normal file
10
app/Exceptions/GeocodingException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class GeocodingException extends Exception
|
||||
{
|
||||
// Custom exception for geocoding-related errors
|
||||
}
|
||||
Reference in New Issue
Block a user