Advertisement
fruffl

Untitled

Feb 16th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. function machwas()
  2. {
  3.     if(!bla) throw new gleicherfehler(202);
  4. }
  5. function machwasanderes()
  6. {
  7.     if(!bla) throw new gleicherfehler(202);
  8. }
  9.  
  10. oder
  11.  
  12.  
  13. function machwas()
  14. {
  15.     if(!bla) throw new gleicherfehler(202);
  16. }
  17. function machwasanderes()
  18. {
  19.     if(!bla) throw new gleicherfehler(203);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement