Skip to content

Instantly share code, notes, and snippets.

@hansvn
hansvn / Handler.php
Last active February 16, 2018 19:02
Laravel 5 Error mailer
<?php
// file: app/Exceptions/Handler.php
namespace App\Exceptions;
use Exception;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
class Handler extends ExceptionHandler
{
/**