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