Files
panel/app/Exceptions/PluginIdMismatchException.php
2026-02-14 14:06:50 +01:00

8 lines
103 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class PluginIdMismatchException extends Exception {}