blob: 37b7930dcc9bd226917ee0525c679cc7d93932b8 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace Illuminate\Contracts\Filesystem;
4
5use Exception;
6
7class FileNotFoundException extends Exception
8{
9 //
10}