shieldfy/shieldfy-php-client

View on GitHub
src/Exceptions/RulesNotFoundException.php

Summary

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

use Exception;

class RulesNotFoundException extends Exception
{
}