Skip to content

Instantly share code, notes, and snippets.

@LasseRafn
Created March 19, 2018 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LasseRafn/ccbfc711f3b0b983d0effbbf63da07ba to your computer and use it in GitHub Desktop.
Save LasseRafn/ccbfc711f3b0b983d0effbbf63da07ba to your computer and use it in GitHub Desktop.
<?php
namespace App\Exceptions;
class MigrationsCanOnlyMoveUpException extends \Exception
{
protected $message = 'Never gonna let you down.';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment