View file vendor/jeremeamia/superclosure/src/Exception/SuperClosureException.php

File size: 152B
<?php namespace SuperClosure\Exception;

/**
 * This is a marker exception for the SuperClosure library.
 */
interface SuperClosureException
{
    //
}