8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
namespace Inertia;
|
|
|
|
use InvalidArgumentException;
|
|
|
|
class ComponentNotFoundException extends InvalidArgumentException {}
|