mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
|
|
namespace Gazelle\DB;
|
|
|
|
class MysqlDuplicateKeyException extends MysqlException {}
|