mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-20 22:05:35 -04:00
Refactored translation of exception messages
This commit is contained in:
@@ -13,7 +13,7 @@ namespace PrivateBin\Model;
|
||||
|
||||
use PrivateBin\Configuration;
|
||||
use PrivateBin\Data\AbstractData;
|
||||
use PrivateBin\TranslatedException;
|
||||
use PrivateBin\Exception\TranslatedException;
|
||||
|
||||
/**
|
||||
* AbstractModel
|
||||
|
||||
@@ -13,8 +13,8 @@ namespace PrivateBin\Model;
|
||||
|
||||
use Identicon\Identicon;
|
||||
use Jdenticon\Identicon as Jdenticon;
|
||||
use PrivateBin\Exception\TranslatedException;
|
||||
use PrivateBin\Persistence\TrafficLimiter;
|
||||
use PrivateBin\TranslatedException;
|
||||
use PrivateBin\Vizhash16x16;
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -12,8 +12,8 @@
|
||||
namespace PrivateBin\Model;
|
||||
|
||||
use PrivateBin\Controller;
|
||||
use PrivateBin\Exception\TranslatedException;
|
||||
use PrivateBin\Persistence\ServerSalt;
|
||||
use PrivateBin\TranslatedException;
|
||||
|
||||
/**
|
||||
* Paste
|
||||
|
||||
Reference in New Issue
Block a user