Blame view

common/components/exceptions/CrossParsingException.php 218 Bytes
1e337311   Mihail   add parser trait ...
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 {
  
  }