summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/ApiErrorException.php
blob: 0f808bee5f568f77afe658488027dfc2eff73e33 (plain)
1
2
3
4
5
6
7
<?php
namespace BjoernrDe\SSLLabsApi\Exceptions;

class ApiErrorException extends \Exception
{
	
}