##Download with composer:
composer require "efiku/cryfex"
##Small preview
<?php
function divide($a, $b){
return ($b !== 0) ? $a/$b : throw new ಠ_ಥ("Why you do this..");
}
try{
divide( 10 / 0 );
}
catch( ಠ_ಥ $e ){
die( $e->getMessage() );
}
License: LICENSE