<?php namespace Elastica\Exception; /** * Not found exception. * * @author Nicolas Ruflin <spam@ruflin.com> */ class NotFoundException extends \RuntimeException implements ExceptionInterface { }