6 lines
59 B
PHP
6 lines
59 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
class TargetNotFoundException extends Exception
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|