Files
thrillwiki_laravel/app/Exceptions/GeocodingException.php

10 lines
149 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class GeocodingException extends Exception
{
// Custom exception for geocoding-related errors
}