forge/app/Exceptions/InvalidVersionNumberException.php

10 lines
133 B
PHP
Raw Permalink Normal View History

<?php
2025-01-30 00:23:55 -05:00
declare(strict_types=1);
namespace App\Exceptions;
use Exception;
class InvalidVersionNumberException extends Exception {}