10 lines
142 B
PHP
10 lines
142 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace UpdateHelper;
|
||
|
|
|
||
|
|
use InvalidArgumentException;
|
||
|
|
|
||
|
|
class NotUpdateInterfaceInstanceException extends InvalidArgumentException
|
||
|
|
{
|
||
|
|
}
|