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