mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
New look for iTop !
SVN:trunk[3601]
This commit is contained in:
19
lib/sass/haml/tree/HamlNodeExceptions.php
Normal file
19
lib/sass/haml/tree/HamlNodeExceptions.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/* SVN FILE: $Id: HamlNodeExceptions.php 61 2010-04-16 10:19:59Z chris.l.yates $ */
|
||||
/**
|
||||
* HamlNode exception classes.
|
||||
* @author Chris Yates <chris.l.yates@gmail.com>
|
||||
* @copyright Copyright (c) 2010 PBM Web Development
|
||||
* @license http://phamlp.googlecode.com/files/license.txt
|
||||
* @package PHamlP
|
||||
* @subpackage Haml.tree
|
||||
*/
|
||||
|
||||
require_once(dirname(__FILE__).'/../HamlException.php');
|
||||
|
||||
/**
|
||||
* HamlNodeException class.
|
||||
* @package PHamlP
|
||||
* @subpackage Haml.tree
|
||||
*/
|
||||
class HamlNodeException extends HamlException {}
|
||||
Reference in New Issue
Block a user