Added an table to show all defined attachments.

This commit is contained in:
Jan Böhmer 2019-10-04 18:06:37 +02:00
parent 2f0dc600e2
commit f53cc08f52
8 changed files with 437 additions and 17 deletions

View file

@ -29,6 +29,6 @@
namespace App\Exceptions;
class EntityNotSupported extends \Exception
class EntityNotSupportedException extends \InvalidArgumentException
{
}