first commit
This commit is contained in:
9
mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php
vendored
Executable file
9
mpdf/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php
vendored
Executable file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace DeepCopy\Exception;
|
||||
|
||||
use UnexpectedValueException;
|
||||
|
||||
class CloneException extends UnexpectedValueException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user