This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
zskk
/
ris_dm
Vērot
9
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
3ee3ed6f83
Atzari
Tagi
master
ris_dm
/
server
/
application
/
common
/
base
/
error
/
BaseError.php
BaseError.php
103 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
<?php
namespace app\common\base\error;
use Exception;
abstract class BaseError extends Exception {
}