6 lines
94 B
PHP
6 lines
94 B
PHP
<?php
|
|
|
|
namespace Ulmus\Exception;
|
|
|
|
class EntityPrimaryKeyUnknown extends \RuntimeException {}
|