mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-04-14 15:58:41 +00:00
huge Laravel 10 upgrade
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace JoeDixon\Translation\Exceptions;
|
||||
|
||||
class LanguageExistsException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace JoeDixon\Translation\Exceptions;
|
||||
|
||||
class LanguageKeyExistsException extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user