Files
panel-pelican-dev/app/Exceptions/PluginIdMismatchException.php

8 lines
103 B
PHP
Raw Normal View History

2026-02-14 14:06:50 +01:00
<?php
namespace App\Exceptions;
use Exception;
class PluginIdMismatchException extends Exception {}