1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-23 03:20:33 +00:00
Arsse/lib/REST/NextCloudNews/Exception405.php

11 lines
233 B
PHP
Raw Normal View History

<?php
/** @license MIT
* Copyright 2017 J. King, Dustin Wilson et al.
* See LICENSE and AUTHORS files for details */
declare(strict_types=1);
2017-11-29 13:41:26 -05:00
namespace JKingWeb\Arsse\REST\NextCloudNews;
class Exception405 extends \Exception {
2017-08-29 10:50:31 -04:00
}