acelot/automapper

View on GitHub
src/MapperExceptionInterface.php

Summary

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

namespace Acelot\AutoMapper;

use Throwable;

interface MapperExceptionInterface extends Throwable
{
}