Logo white

Administrator / test_1

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • test_1
  • common
  • components
  • exceptions
  • CrossParsingException.php
  • add parser trait - refactor depends controllers
    25473a0d
    Mihail authored
    2015-12-01 16:38:42 +0200  
    Browse Code ยป
CrossParsingException.php 218 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php
/**
 * Created by PhpStorm.
 * User: Tsurkanov
 * Date: 30.11.2015
 * Time: 17:36
 */

namespace common\components\exceptions;


use yii\base\UserException;

class CrossParsingException extends UserException {

}