Anonymous 3D Imageboard http://cyberia.digital/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
220B

  1. <?php
  2. namespace Lazer\Classes;
  3. /**
  4. * Exception extend
  5. *
  6. * @category Exceptions
  7. * @author Grzegorz Kuźnik
  8. * @copyright (c) 2013, Grzegorz Kuźnik
  9. */
  10. class LazerException extends \Exception {
  11. }