ClosureUnserializationException.php 234 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 <?php namespace SuperClosure\Exception; /** * This exception is thrown when there is a problem unserializing a closure. */ class ClosureUnserializationException extends \RuntimeException implements SuperClosureException { // }