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