ohseesoftware/laravel-server-analytics

View on GitHub
src/Exceptions/MissingMetaKeyException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace OhSeeSoftware\LaravelServerAnalytics\Exceptions;

use Exception;

class MissingMetaKeyException extends Exception
{
}