Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/src/infrastructure/storage/exception/AphrontDuplicateKeyQueryException.php
12241 views
1
<?php
2
3
final class AphrontDuplicateKeyQueryException extends AphrontQueryException {}
4
5