%PDF- %PDF-
| Direktori : /www/loslex/test/vendor/sentry/sentry/src/Exception/ |
| Current File : /www/loslex/test/vendor/sentry/sentry/src/Exception/ExceptionInterface.php |
<?php
declare(strict_types=1);
namespace Sentry\Exception;
/**
* This interface must be implemented by all exception classes of this library.
*
* @author Stefano Arlandini <sarlandini@alice.it>
*
* @deprecated since version 3.1, to be removed in 4.0
*/
interface ExceptionInterface
{
}