1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-12 20:56:40 +02:00
Files
php-phpbb/phpBB/phpbb/di/exception/multiple_service_definitions_exception.php
2022-12-11 17:16:44 +01:00

9 lines
109 B
PHP

<?php
namespace phpbb\di\exception;
class multiple_service_definitions_exception extends di_exception
{
}