Skip to content

Instantly share code, notes, and snippets.

@ozbillwang
ozbillwang / Git_Behind_Proxy.md
Last active January 19, 2025 09:30
Configure Git to use a proxy (https or SSH+GIT)
@eddy8
eddy8 / MyQueueException.php
Last active June 15, 2021 01:11
use laravel queue standalone v5.3
<?php
/**
* 异常处理类
*/
use \Illuminate\Contracts\Debug\ExceptionHandler;
class MyQueueException implements ExceptionHandler
{
/**