This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
Apq
/
dockerfiles
zrcadlo
https://github.com/stilleshan/dockerfiles.git
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
51a3b03bfd
Větve
Značky
main
dockerfiles
/
speedtest-x
/
backend
/
SleekDB
/
Exceptions
/
IdNotAllowedException.php
IdNotAllowedException.php
89 B
Historie
Surový
1
2
3
4
5
6
7
<?php
namespace SleekDB\Exceptions;
class IdNotAllowedException extends \Exception {}