1 2 3 4 5 6 7 8
<?php /** * An exception raised when a context is invalid */ class FreshRSS_Context_Exception extends \Exception { }