1 2 3 4 5 6 7 8 9
<?php declare(strict_types=1); /** * An exception raised when a context is invalid */ class FreshRSS_Context_Exception extends Exception { }