Tweak patrons poll REST structure

This commit is contained in:
Alex Cabal 2022-07-04 12:46:48 -05:00
parent 011cd747f1
commit 497f749523
10 changed files with 73 additions and 37 deletions

View file

@ -0,0 +1,6 @@
<?
namespace Exceptions;
class InvalidVoteException extends SeException{
protected $message = 'We couldnt locate that vote.';
}