Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Core
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Event
Exception
Exceptions
FilesystemErrorException
InvalidArgumentTypeException
InvalidEnvFileSyntaxException
InvalidEnvironmentException
InvalidRuntimeConfigurationException
PcreErrorException
ShouldNotHappenException
UncloneableObjectException
UnreadDataException
UnwrittenDataException
Overview
Namespace
Class
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Utility\Exception;
4:
5:
/**
6:
* @api
7:
*/
8:
class
UncloneableObjectException
extends
AbstractUtilityException {}
9: