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