D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
jeremeamia
/
SuperClosure
/
src
/
Exception
/
Filename :
ClosureAnalysisException.php
back
Copy
<?php namespace SuperClosure\Exception; /** * This exception is thrown when there is a problem analyzing a closure. */ class ClosureAnalysisException extends \RuntimeException implements SuperClosureException { // }