Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NewException.php « 74 « GitHub « Regression « tests « phpunit « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abe2f7119a9d3f30db4403fffcf29fbe91631cb4 (plain)
1
2
3
4
<?php
class NewException extends Exception
{
}