Remove example.php

This commit is contained in:
filp
2013-03-12 08:17:34 +00:00
parent abe907cadd
commit c66d2600a0
-14
View File
@@ -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!");