mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 17:21:19 +02:00
8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\Creational\Singleton;
|
|
|
|
class SingletonPatternViolationException extends \Exception
|
|
{
|
|
}
|