erp-backend/stubs/nwidart-stubs/exception.stub
2026-04-01 17:07:04 +08:00

8 lines
88 B
Plaintext

<?php
namespace $CLASS_NAMESPACE$;
use Exception;
class $CLASS$ extends Exception {}