2017 © Pedro Peláez
 

library cryfex

ಠ_ಥ

image

efiku/cryfex

ಠ_ಥ

  • Wednesday, August 19, 2015
  • by efiku
  • Repository
  • 1 Watchers
  • 6 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

~(˘▾˘~) Throw funny exceptions ! (~˘▾˘)~

ಠ_ಥ("PHP !");

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Code Climate, (*1)

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, (*2)

The Versions

19/08 2015

dev-master

9999999-dev

ಠ_ಥ

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by Krzysztof Pazdur

19/08 2015

1.0

1.0.0.0

ಠ_ಥ

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by Krzysztof Pazdur