runcmf/runtracy

View on GitHub
src/RunTracy/Helpers/Profiler/Exception/ProfilerException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RunTracy\Helpers\Profiler\Exception;

abstract class ProfilerException extends \Exception
{
    // Empty class
}