8 lines
87 B
PHP
8 lines
87 B
PHP
<?php
|
|
|
|
namespace Inertia\Ssr;
|
|
|
|
use Exception;
|
|
|
|
class SsrException extends Exception {}
|