ekinhbayar/gitamp

View on GitHub
src/Exception/DecodingFailed.php

Summary

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

namespace ekinhbayar\GitAmp\Exception;

class DecodingFailed extends Exception {}