10 lines
87 B
PHP
Executable File
10 lines
87 B
PHP
Executable File
<?php
|
|
|
|
namespace Common\SSR;
|
|
|
|
use Exception;
|
|
|
|
class SsrException extends Exception
|
|
{
|
|
}
|