sroehrl/neoan3-curl

View on GitHub
CurlException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php


namespace Neoan3\Apps;


use Exception;

class CurlException extends Exception
{

}