1
0
cms11/app/Exceptions/BundleAlreadyExists.php

11 lines
105 B
PHP
Raw Normal View History

2024-04-17 11:41:10 +02:00
<?php
namespace App\Exceptions;
use Exception;
class BundleAlreadyExists extends Exception
{
//
}