TrackManiaControl/libs/curl-easy/cURL/Exception.php

7 lines
62 B
PHP

<?php
namespace cURL;
class Exception extends \Exception
{
}