mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-21 12:11:11 +01:00
9 lines
97 B
PHP
9 lines
97 B
PHP
|
<?php
|
||
|
|
||
|
final class DifferentialActionHasNoEffectException
|
||
|
extends DifferentialException {
|
||
|
|
||
|
|
||
|
|
||
|
}
|