<?php namespace App\Interfaces; interface ErrorPush { public function push(string $path, string $title, string $content): bool; }