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

6 lines
56 B
PHP

<?php
class DocNotFoundException extends Exception
{
}