Blame view

src/vendor/1.2.5/Phalcon/Mvc/Model/Transaction/Exception.php 251 Bytes
ef60cd4d   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php 
  
  namespace Phalcon\Mvc\Model\Transaction {
  
  	/**
  	 * Phalcon\Mvc\Model\Transaction\Exception
  	 *
  	 * Exceptions thrown in Phalcon\Mvc\Model\Transaction will use this class
  	 *
  	 */
  	
  	class Exception extends \Phalcon\Mvc\Model\Exception {
  	}
  }