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

SassException.php « Exception « src « scssphp « scssphp - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f62b3cd24b117dedcac47d86d33ef0fa3d1834c (plain)
1
2
3
4
5
6
7
<?php

namespace ScssPhp\ScssPhp\Exception;

interface SassException
{
}