runcmf/runtracy

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RunTracy\Helpers\Profiler\Exception;

class EmptyStackException extends ProfilerException
{
    // Empty class
}