rafaelmonteiro/pokemon-battle-lumen

View on GitHub
app/Exceptions/PokemonNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php namespace App\Exceptions;

class PokemonNotFoundException extends \Exception {
    
}