mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-04-30 14:30:09 -05:00
New code for API 2
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace FireflyIII\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class BadHttpHeaderException extends Exception
|
||||
{
|
||||
public int $statusCode = 406;
|
||||
}
|
||||
Reference in New Issue
Block a user