project_start/phpstorm-stubs/relay/Exception.php

9 lines
99 B
PHP

<?php
namespace Relay;
/**
* Generic Relay exception.
*/
class Exception extends \Exception {}