Core/src/Exceptions/WorkerException.php

8 lines
114 B
PHP
Raw Normal View History

2020-09-01 03:15:02 +00:00
<?php
2024-04-14 13:48:14 +00:00
declare(strict_types=1);
2020-09-01 03:15:02 +00:00
namespace Benzine\Exceptions;
2024-04-14 13:48:14 +00:00
class WorkerException extends BenzineException {}