search_core/Classes/Domain/Search/MissingAttributeException.php

8 lines
123 B
PHP
Raw Normal View History

<?php
namespace Codappix\SearchCore\Domain\Search;
class MissingAttributeException extends \InvalidArgumentException
{
}