Files
Chamilo/vendor/knplabs/gaufrette/src/Gaufrette/Exception.php
2025-08-14 22:41:49 +02:00

13 lines
171 B
PHP

<?php
namespace Gaufrette;
/**
* Interface for the Gaufrette related exceptions.
*
* @author Antoine Hérault <antoine.herault@gmail.com>
*/
interface Exception
{
}