Skip to content

Instantly share code, notes, and snippets.

@dannygsmith
Created March 29, 2018 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannygsmith/8d7441756e456c06faf2a2d637bb0380 to your computer and use it in GitHub Desktop.
Save dannygsmith/8d7441756e456c06faf2a2d637bb0380 to your computer and use it in GitHub Desktop.
Setup Whoops
<?php
namespace KnowTheCode;
require_once( __DIR__ . '/assets/vendor/autoload.php' );
$x = 9;
$y = 0;
$z = $x / $y;
echo $z;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment