summaryrefslogtreecommitdiff
path: root/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
blob: fbea6ad25a2a94229068787a0493da2078d27ee4 (plain)
1
2
3
4
5
6
7
8
9
<?php


namespace Safe\Exceptions;

interface SafeExceptionInterface extends \Throwable
{

}