Joywork/import/document/exception/TargetNotFoundException.php
2026-05-22 21:21:54 +03:00

6 lines
59 B
PHP

<?php
class TargetNotFoundException extends Exception
{
}