search_core/Classes/Domain/Search/MissingAttributeException.php

7 lines
122 B
PHP
Raw Normal View History

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