Joywork/import/document/exception/TargetNotFoundException.php

6 lines
59 B
PHP
Raw Normal View History

2026-05-22 20:21:54 +02:00
<?php
class TargetNotFoundException extends Exception
{
}