initial commit

This commit is contained in:
2025-05-24 13:23:02 +02:00
commit 1424ec981c
83 changed files with 4718 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
namespace Phlaym\Roastmonday\DB;
class OperationTimedOutException extends DBException
{
}