4 lines
120 B
PHP
4 lines
120 B
PHP
|
<?php defined('SYSPATH') OR die('No direct script access.');
|
||
|
|
||
|
class Kohana_Exception extends Kohana_Kohana_Exception {}
|