gdbots/pbj-php

View on GitHub
src/Exception/LogicException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace Gdbots\Pbj\Exception;

final class LogicException extends \LogicException implements GdbotsPbjException
{
}