rafaelmonteiro/pokemon-battle-lumen

View on GitHub
app/Exceptions/AttackNotFoundException.php

Summary

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

class AttackNotFoundException extends \Exception {

}