Joywork/import/document/exception/DocNotFoundException.php

6 lines
56 B
PHP
Raw Permalink Normal View History

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