You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
270 B

  1. <?php
  2. /**
  3. * Эксепшен для вывода статических шаблонов
  4. *
  5. * @copyright
  6. * @link
  7. * @package Majestic
  8. * @subpackage Core
  9. * @since
  10. * @version SVN: $Id$
  11. * @filesource $URL$
  12. */
  13. class StaticPageException extends Exception
  14. {
  15. }
  16. ?>