Files
monica/app/Exceptions/NoCoordinatesException.php
2021-10-30 23:00:14 +02:00

10 lines
115 B
PHP

<?php
namespace App\Exceptions;
use RuntimeException;
class NoCoordinatesException extends RuntimeException
{
}