ClosureSerializationException.php 230 B

123456789
  1. <?php namespace SuperClosure\Exception;
  2. /**
  3. * This exception is thrown when there is a problem serializing a closure.
  4. */
  5. class ClosureSerializationException extends \RuntimeException implements SuperClosureException
  6. {
  7. //
  8. }