Files
new_raffles/stubs/nwidart-stubs/exception-report.stub
2025-07-27 17:40:56 +05:45

17 lines
192 B
Plaintext

<?php
namespace $CLASS_NAMESPACE$;
use Exception;
class $CLASS$ extends Exception
{
/**
* Report the exception.
*/
public function report(): void
{
//
}
}