mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 20:36:12 +01:00
7 lines
122 B
PHP
7 lines
122 B
PHP
|
<?php
|
||
|
namespace Codappix\SearchCore\Domain\Search;
|
||
|
|
||
|
class MissingAttributeException extends \InvalidArgumentException
|
||
|
{
|
||
|
}
|