1 2 3 4 5 6
<?php class FreshRSS_Feed_Exception extends Exception { public function __construct ($message) { parent::__construct ($message); } }