mirror of
https://github.com/filp/whoops.git
synced 2026-09-12 02:36:20 +00:00
Remove example.php
This commit is contained in:
-14
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Damnit - php errors for cool kids
|
||||
* @author Filipe Dobreira <http://github.com/filp>
|
||||
*/
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
// Using Damnit with a specific Handler:
|
||||
$run = new Damnit\Run;
|
||||
$handler = new Damnit\Handler\BasicHandler;
|
||||
$run->pushHandler($handler);
|
||||
$run->register();
|
||||
|
||||
throw new RuntimeException("Hello!");
|
||||
Reference in New Issue
Block a user