Logo white

Administrator / test_3

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • test_3
  • frontend
  • views
  • site
  • error.php
  • test
    a02e2fdb
    Yarik authored
    2016-02-15 11:12:26 +0200  
    Browse Code ยป
error.php 180 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
<?php
    /**
     * @var string    $name
     * @var string    $message
     * @var Exception $exception
     */

    use yii\base\Exception;

    echo $name . ':' . $message;
?>