Files
faveo/vendor/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

10 lines
152 B
PHP

<?php namespace SuperClosure\Exception;
/**
* This is a marker exception for the SuperClosure library.
*/
interface SuperClosureException
{
//
}