Files
kulakpos_web/public/restaurant/stubs/nwidart-stubs/exception.stub

8 lines
88 B
Plaintext
Raw Normal View History

2026-03-15 17:08:23 +07:00
<?php
namespace $CLASS_NAMESPACE$;
use Exception;
class $CLASS$ extends Exception {}