Update v1.0.6
This commit is contained in:
9
vendor/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php
vendored
Normal file
9
vendor/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php namespace SuperClosure\Exception;
|
||||
|
||||
/**
|
||||
* This exception is thrown when there is a problem analyzing a closure.
|
||||
*/
|
||||
class ClosureAnalysisException extends \RuntimeException implements SuperClosureException
|
||||
{
|
||||
//
|
||||
}
|
||||
9
vendor/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php
vendored
Normal file
9
vendor/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php namespace SuperClosure\Exception;
|
||||
|
||||
/**
|
||||
* This exception is thrown when there is a problem unserializing a closure.
|
||||
*/
|
||||
class ClosureUnserializationException extends \RuntimeException implements SuperClosureException
|
||||
{
|
||||
//
|
||||
}
|
||||
9
vendor/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php
vendored
Normal file
9
vendor/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php namespace SuperClosure\Exception;
|
||||
|
||||
/**
|
||||
* This is a marker exception for the SuperClosure library.
|
||||
*/
|
||||
interface SuperClosureException
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user