for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* FileNotFoundException.php
*
* @copyright More in license.md
* @license https://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:ConfirmationDialog!
* @subpackage Exceptions
* @since 1.0.0
* @date 31.01.15
*/
declare(strict_types = 1);
namespace IPub\ConfirmationDialog\Exceptions;
class FileNotFoundException extends IOException implements IException
{
}