mrcnpdlk/xmdb-api

View on GitHub
src/Exception/NotFound.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * xMDB-API
 *
 * Copyright © 2017 pudelek.org.pl 
 *  
 * @license MIT License (MIT)
 *  
 * For the full copyright and license information, please view source file 
 * that is bundled with this package in the file LICENSE
 *
 * @author Marcin Pudełek <marcin@pudelek.org.pl>
 */

/**
 * Created by Marcin.
 * Date: 29.11.2017
 * Time: 22:14
 */

namespace mrcnpdlk\Xmdb\Exception;


use mrcnpdlk\Xmdb\Exception;

/**
 * Class NotFound
 *
 * @package mrcnpdlk\Xmdb\Exception
 */
class NotFound extends Exception
{

}