Error404.php 145 B

123456789101112
  1. <?php
  2. namespace Exception;
  3. /**
  4. * Error404
  5. * throw it before AController::start to get a 404 error
  6. **/
  7. class Error404 extends \Exception
  8. {
  9. }