juniorb2ss/zServices

View on GitHub
src/Miscellany/Exceptions/NoSelectorsConfigured.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace zServices\Miscellany\Exceptions;

use Exception;

class NoSelectorsConfigured extends Exception { }