mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-01-26 10:23:17 +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