Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-crypt/src/Symmetric/Exception/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-crypt/src/Symmetric/Exception/NotFoundException.php

<?php

namespace Laminas\Crypt\Symmetric\Exception;

use Laminas\Crypt\Exception;

/**
 * Not found exception
 */
class NotFoundException extends Exception\NotFoundException implements ExceptionInterface
{
}