Revert "📈 Add GlitchTip"

This reverts commit d5679a626d.
This commit is contained in:
2020-08-05 18:35:05 +01:00
parent d5679a626d
commit deb25e1c40
548 changed files with 4 additions and 74474 deletions

View File

@@ -1,5 +0,0 @@
<?php
class ArithmeticError extends Error
{
}

View File

@@ -1,5 +0,0 @@
<?php
class AssertionError extends Error
{
}

View File

@@ -1,5 +0,0 @@
<?php
class DivisionByZeroError extends Error
{
}

View File

@@ -1,5 +0,0 @@
<?php
class Error extends Exception
{
}

View File

@@ -1,5 +0,0 @@
<?php
class ParseError extends Error
{
}

View File

@@ -1,23 +0,0 @@
<?php
interface SessionUpdateTimestampHandlerInterface
{
/**
* Checks if a session identifier already exists or not.
*
* @param string $key
*
* @return bool
*/
public function validateId($key);
/**
* Updates the timestamp of a session when its data didn't change.
*
* @param string $key
* @param string $val
*
* @return bool
*/
public function updateTimestamp($key, $val);
}

View File

@@ -1,5 +0,0 @@
<?php
class TypeError extends Error
{
}