mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
Tweak patrons poll REST structure
This commit is contained in:
parent
011cd747f1
commit
497f749523
10 changed files with 73 additions and 37 deletions
6
lib/Exceptions/InvalidVoteException.php
Normal file
6
lib/Exceptions/InvalidVoteException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidVoteException extends SeException{
|
||||
protected $message = 'We couldn’t locate that vote.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue