robotomize/fujes

View on GitHub
src/robotomize/Exceptions/FileNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
    /**
     * This file is part of the Fujes package.
     * @link    https://github.com/robotomize/fujes
     * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
     */
namespace robotomize\Exceptions;

use Exception;

/**
 * Class FileNotFoundException
 * @package robotomize\Exceptions
 * @author robotomize@gmail.com
 */
class FileNotFoundException extends Exception
{

}