8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
<?php
|
|
|
|
namespace $CLASS_NAMESPACE$;
|
|
|
|
use Exception;
|
|
|
|
class $CLASS$ extends Exception {}
|