<?php namespace App\Exceptions; use Illuminate\Database\Eloquent\ModelNotFoundException; class EmbeddableNotFoundException extends ModelNotFoundException { }