1
0
Fork 0
wow-raid-bingo/app/Game/Exceptions/Exception.php
2021-10-18 11:56:52 +02:00

10 lines
121 B
PHP

<?php
namespace App\Game\Exceptions;
use Exception as BaseException;
class Exception extends BaseException
{
//
}