8 lines
93 B
PHP
Executable File
8 lines
93 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Services\DataTable\Exceptions;
|
|
|
|
interface InvalidParameterInterface
|
|
{
|
|
}
|