Logo white

Administrator / seo-dev

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • seo-dev
  • src
  • vendor
  • 1.2.5
  • Phalcon
  • Events
  • Exception.php
  • first commit
    ef60cd4d
    Administrator authored
    2015-08-20 09:28:12 +0300  
    Browse Code ยป
Exception.php 196 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php 

namespace Phalcon\Events {

	/**
	 * Phalcon\Events\Exception
	 *
	 * Exceptions thrown in Phalcon\Events will use this class
	 *
	 */
	
	class Exception extends \Phalcon\Exception {
	}
}