dev-master
9999999-devಠ_ಥ
MIT
The Requires
- php >=5.5.0
The Development Requires
by Krzysztof Pazdur
1.0
1.0.0.0ಠ_ಥ
MIT
The Requires
- php >=5.5.0
The Development Requires
by Krzysztof Pazdur
Wallogit.com
2017 © Pedro Peláez
ಠ_ಥ
composer require "efiku/cryfex"
<?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, (*2)
ಠ_ಥ
MIT
ಠ_ಥ
MIT