mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-10-01 16:58:42 +02:00
8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\Creational\Singleton;
|
|
|
|
class SingletonPatternViolationException extends \Exception
|
|
{
|
|
}
|