summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/protocol/src/Exception/ProtocolError.php
blob: b4a42ca19190c4628a0733508e9678d9fd3d11de (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace gipfl\Protocol\Exception;

use Exception;

class ProtocolError extends Exception
{
}