1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/Doctrine/View/Exception.php

4 lines
73 B
PHP
Raw Normal View History

<?php
class Doctrine_View_Exception extends Doctrine_Exception { }
?>